Skip to content

Commit 4157c74

Browse files
CI: Fix permissions for GitHub Pages deployment
1 parent 1b802c8 commit 4157c74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ jobs:
117117
name: github-pages
118118
url: ${{ steps.deployment.outputs.page_url }}
119119
needs: build-examples
120+
permissions:
121+
pages: write
122+
id-token: write
120123
steps:
121124
- name: Deploy to GitHub Pages
122125
id: deployment
123-
uses: actions/deploy-pages@v4
126+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)