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 19ecdde commit 59960d8Copy full SHA for 59960d8
1 file changed
.github/workflows/publish-release.yml
@@ -105,7 +105,8 @@ jobs:
105
name: Publish docs to `${{ needs.get-release-version.outputs.RELEASE_VERSION }}` directory of `gh-pages` branch
106
needs: get-release-version
107
permissions:
108
- contents: write
+ contents: read
109
+ id-token: write
110
uses: ./.github/workflows/publish-docs.yml
111
with:
112
destination_dir: ${{ needs.get-release-version.outputs.RELEASE_VERSION }}
@@ -116,7 +117,8 @@ jobs:
116
117
name: Publish docs to `latest` directory of `gh-pages` branch
118
needs: publish-npm
119
120
121
122
123
124
destination_dir: latest
0 commit comments