Skip to content

Commit e67e848

Browse files
authored
Update publish-release.yml
1 parent 0ab1511 commit e67e848

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
uses: ./.github/workflows/03-publish-packages.yml
5454
needs: [cypress, get-publish-version]
5555
secrets: inherit
56+
permissions:
57+
id-token: write # Required for OIDC
5658
with:
5759
release: ${{ needs.get-publish-version.outputs.release }}
5860
preRelease: ${{ needs.get-publish-version.outputs.preRelease }}

0 commit comments

Comments
 (0)