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