Skip to content

Commit 6030cbe

Browse files
authored
Add id-token permission again (#458)
2 parents fe16998 + 75b827c commit 6030cbe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
permissions:
106106
contents: read
107107
statuses: write
108+
id-token: write # Required for OIDC
108109
uses: ./.github/workflows/release_canary.yml
109110
with:
110111
install: npm i
@@ -117,6 +118,7 @@ jobs:
117118
permissions:
118119
contents: read
119120
statuses: write
121+
id-token: write # Required for OIDC
120122
uses: ./.github/workflows/release_candidate.yml
121123
secrets:
122124
gh_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)