Skip to content

Commit

Permalink
Add permissions to README
Browse files Browse the repository at this point in the history
Closes #57 and #58. Permissions based on https://app.stepsecurity.io/.
  • Loading branch information
danyeaw committed May 3, 2022
1 parent b474025 commit 984c740
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ on:
pull_request:
types: [opened]

permissions:
contents: read

jobs:
pr-labeler:
permissions:
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 984c740

Please sign in to comment.