Skip to content

Commit

Permalink
Adjusting permissions of Configure PR worfklow to have actions write …
Browse files Browse the repository at this point in the history
…to trigger other workflows
  • Loading branch information
F-WRunTime committed Nov 25, 2024
1 parent f92e5c6 commit f28be4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-24.04
permissions:
pull-requests: write
actions: write
contents: read
steps:
- name: 'Check out code'
uses: actions/checkout@v4
Expand Down

0 comments on commit f28be4a

Please sign in to comment.