Skip to content

Commit

Permalink
chore: add explicit permissions to action-test.yml so outside contrib…
Browse files Browse the repository at this point in the history
…utes will have the required permissions to test
  • Loading branch information
jburns24 committed Sep 3, 2024
1 parent a789def commit 21c80c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Action Tester Workflow
on:
pull_request:

permissions:
pull-requests: write
issues: write

jobs:
plan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21c80c9

Please sign in to comment.