There was an error while loading. Please reload this page.
2 parents fe16998 + 75b827c commit 6030cbeCopy full SHA for 6030cbe
1 file changed
.github/workflows/release.yml
@@ -105,6 +105,7 @@ jobs:
105
permissions:
106
contents: read
107
statuses: write
108
+ id-token: write # Required for OIDC
109
uses: ./.github/workflows/release_canary.yml
110
with:
111
install: npm i
@@ -117,6 +118,7 @@ jobs:
117
118
119
120
121
122
uses: ./.github/workflows/release_candidate.yml
123
secrets:
124
gh_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments