Skip to content

Commit 77dc6ae

Browse files
authored
Update release.yml
1 parent 04d6d78 commit 77dc6ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
uses: ./.github/workflows/03-publish-packages.yml
3636
needs: [lint, test, build, get-publish-version]
3737
secrets: inherit
38+
permissions:
39+
id-token: write # Required for OIDC
3840
with:
3941
release: ${{ needs.get-publish-version.outputs.release }}
4042
preRelease: ${{ needs.get-publish-version.outputs.preRelease }}

0 commit comments

Comments
 (0)