Skip to content

Commit

Permalink
Add contents permission to job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS committed Nov 15, 2022
1 parent 984c740 commit 8a69b8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,8 @@ permissions:
jobs:
pr-labeler:
permissions:
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
contents: read # for TimonVS/pr-labeler-action to read config file
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
Expand Down

0 comments on commit 8a69b8c

Please sign in to comment.