Skip to content

Commit

Permalink
fix: need pull request permission
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Hanlon <[email protected]>
  • Loading branch information
NeilHanlon committed Apr 5, 2024
1 parent f0b444b commit b8b892f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:
concurrency: preview-${{ github.ref }}

permissions:
contents: write
contents: read
issues: write
pull-requests: write
pages: write
id-token: write

Expand Down

0 comments on commit b8b892f

Please sign in to comment.