mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:42:25 +00:00
Add permissions for pull request creation in coverage-badge workflow
This commit is contained in:
parent
28956f9447
commit
cbeab1af22
1 changed files with 3 additions and 0 deletions
3
.github/workflows/coverage-badge.yml
vendored
3
.github/workflows/coverage-badge.yml
vendored
|
|
@ -15,6 +15,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
|
permissions:
|
||||||
|
contents: write # for peter-evans/create-pull-request to create branch
|
||||||
|
pull-requests: write # for peter-evans/create-pull-request to create a PR
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue