We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee060cd commit b6fec75Copy full SHA for b6fec75
1 file changed
.github/workflows/release.yml
@@ -9,6 +9,10 @@ on:
9
10
concurrency: ${{ github.workflow }}-${{ github.ref }}
11
12
+permissions:
13
+ id-token: write # Required for OIDC
14
+ contents: read
15
+
16
jobs:
17
release:
18
name: Release
0 commit comments