Skip to content

Commit

Permalink
ci: Update PR workflow with workflow permissions
Browse files Browse the repository at this point in the history
Hopefully this avoids inexplicable merge failures (e.g. for actions/checkout).
  • Loading branch information
olix0r committed Mar 13, 2024
1 parent cf14405 commit a2acad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
permissions:
contents: write
pull-requests: write
workflows: write # :shrug:

steps:
- name: Results
Expand Down

0 comments on commit a2acad3

Please sign in to comment.