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