Skip to content

Commit ff35a03

Browse files
committed
fix: add missing token permission for deploying to GH_PAGES
Signed-off-by: Thorsten Hans <[email protected]>
1 parent d2cbdc5 commit ff35a03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
if: (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
9595
permissions:
9696
pages: write
97+
id-token: write
9798
environment:
9899
name: github-pages
99100
url: ${{ steps.docs_deployment.outputs.page_url }}

0 commit comments

Comments
 (0)