Skip to content

Commit bd9db43

Browse files
committed
chore: fix permissions for release
1 parent 7d2f283 commit bd9db43

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
tags:
1313
- "v*.*.*"
1414
permissions:
15+
id-token: write
16+
attestations: write
1517
contents: write
1618
jobs:
1719
release:
@@ -25,9 +27,5 @@ jobs:
2527
uses: ./.github/workflows/publish.yaml
2628
with:
2729
tag_name: ${{ inputs.tag_name || github.ref_name }}
28-
permissions:
29-
id-token: write
30-
attestations: write
31-
contents: write
3230
secrets:
3331
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)