We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2f283 commit bd9db43Copy full SHA for bd9db43
1 file changed
.github/workflows/release.yml
@@ -12,6 +12,8 @@ on:
12
tags:
13
- "v*.*.*"
14
permissions:
15
+ id-token: write
16
+ attestations: write
17
contents: write
18
jobs:
19
release:
@@ -25,9 +27,5 @@ jobs:
25
27
uses: ./.github/workflows/publish.yaml
26
28
with:
29
tag_name: ${{ inputs.tag_name || github.ref_name }}
- permissions:
- id-token: write
30
- attestations: write
31
- contents: write
32
secrets:
33
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
0 commit comments