Skip to content

Commit a99978b

Browse files
authored
chore: add support for oidc in all release workflows (#5576)
1 parent 35c1267 commit a99978b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: release
22
permissions:
33
contents: write
4+
id-token: write # Required for OIDC (MCP and scaleway-cli-wasm)
45

56
on:
67
push:
@@ -41,9 +42,6 @@ jobs:
4142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4243

4344
wasm:
44-
permissions:
45-
contents: read
46-
id-token: write # Required for OIDC
4745
runs-on: "${{ vars.RUNS_ON || 'ubuntu-latest' }}"
4846
needs:
4947
- goreleaser

0 commit comments

Comments
 (0)