Skip to content

Commit

Permalink
- adds permissions in workflow file in anticipation for token lockdown
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jan 22, 2024
1 parent 9f3bd41 commit f1a9c64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conflicting-pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
types: [synchronize]
branches: [ main ]

permissions:
pull-requests: write
contents: read

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down

0 comments on commit f1a9c64

Please sign in to comment.