Skip to content

Commit

Permalink
Merge pull request #70 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 ba77729 + be7caa0 commit db6cbf1
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 db6cbf1

Please sign in to comment.