We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053eb7e commit 16d3589Copy full SHA for 16d3589
.github/workflows/release.yml
@@ -51,4 +51,7 @@ jobs:
51
uses: ./.github/workflows/docs.yml
52
with:
53
publish: ${{ github.event_name == 'release' && github.event.action == 'published' }}
54
+ permissions:
55
+ pages: write
56
+ id-token: write
57
secrets: inherit
0 commit comments