We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c1267 commit a99978bCopy full SHA for a99978b
1 file changed
.github/workflows/release.yml
@@ -1,6 +1,7 @@
1
name: release
2
permissions:
3
contents: write
4
+ id-token: write # Required for OIDC (MCP and scaleway-cli-wasm)
5
6
on:
7
push:
@@ -41,9 +42,6 @@ jobs:
41
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
44
wasm:
- permissions:
45
- contents: read
46
- id-token: write # Required for OIDC
47
runs-on: "${{ vars.RUNS_ON || 'ubuntu-latest' }}"
48
needs:
49
- goreleaser
0 commit comments