Skip to content

Commit f109dd3

Browse files
authored
Merge pull request #340 from spinframework/fix/release-ci
Add missing token permission for deploying to GH_PAGES
2 parents d2cbdc5 + ff35a03 commit f109dd3

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)