Skip to content

Commit

Permalink
Merge pull request #181 from microsoft/feature/wf-permissions
Browse files Browse the repository at this point in the history
 - adds permissions in workflow file in anticipation for token lockdown
  • Loading branch information
baywet authored Jan 22, 2024
2 parents 9f3bd41 + f1a9c64 commit dcaf5e5
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 dcaf5e5

Please sign in to comment.