Skip to content

Commit

Permalink
fix: add permissions for github to write to repo
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 daee982 commit 35910bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:

concurrency: preview-${{ github.ref }}

permissions:
contents: write
pages: write
id-token: write

jobs:
deploy-preview:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 35910bd

Please sign in to comment.