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 04d6d78 commit 77dc6aeCopy full SHA for 77dc6ae
.github/workflows/release.yml
@@ -35,6 +35,8 @@ jobs:
35
uses: ./.github/workflows/03-publish-packages.yml
36
needs: [lint, test, build, get-publish-version]
37
secrets: inherit
38
+ permissions:
39
+ id-token: write # Required for OIDC
40
with:
41
release: ${{ needs.get-publish-version.outputs.release }}
42
preRelease: ${{ needs.get-publish-version.outputs.preRelease }}
0 commit comments