Skip to content

Commit 2d26661

Browse files
committed
chore: Update CI workflow to include write permissions for pages
1 parent 0877f33 commit 2d26661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
needs: build
9191
runs-on: ubuntu-latest
9292
permissions:
93-
contents: write
9493
id-token: write
94+
pages: write
9595
environment:
9696
name: github-pages
9797
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)