We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b414557 commit 8e41148Copy full SHA for 8e41148
.github/workflows/release.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- master
7
8
+permissions:
9
+ id-token: write
10
+ contents: read
11
+
12
concurrency: ${{ github.workflow }}-${{ github.ref }}
13
14
jobs:
0 commit comments