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 0ab1511 commit e67e848Copy full SHA for e67e848
.github/workflows/publish-release.yml
@@ -53,6 +53,8 @@ jobs:
53
uses: ./.github/workflows/03-publish-packages.yml
54
needs: [cypress, get-publish-version]
55
secrets: inherit
56
+ permissions:
57
+ id-token: write # Required for OIDC
58
with:
59
release: ${{ needs.get-publish-version.outputs.release }}
60
preRelease: ${{ needs.get-publish-version.outputs.preRelease }}
0 commit comments