Skip to content

Commit

Permalink
fix: add permissions for github to write to repo (#31)
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 3ec9160 commit 5e700fe
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 @@ -16,6 +16,11 @@ permissions:

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 5e700fe

Please sign in to comment.