We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e0f5f commit 9fc60d4Copy full SHA for 9fc60d4
.github/workflows/release.yml
@@ -1,7 +1,8 @@
1
name: Release
2
3
permissions:
4
- contents: write
+ id-token: write # Required for OIDC
5
+ contents: read
6
7
on:
8
push:
0 commit comments