Skip to content

Commit

Permalink
Merge pull request #340 from spinframework/fix/release-ci
Browse files Browse the repository at this point in the history
Add missing token permission for deploying to GH_PAGES
  • Loading branch information
ThorstenHans authored Feb 17, 2025
2 parents d2cbdc5 + ff35a03 commit f109dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
if: (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.docs_deployment.outputs.page_url }}
Expand Down

0 comments on commit f109dd3

Please sign in to comment.