Skip to content

Commit 35f233a

Browse files
add attestations and id-token perms to build workflow call (#308)
1 parent 9263052 commit 35f233a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ permissions:
2222
jobs:
2323
build:
2424
uses: ./.github/workflows/build.yml
25+
permissions:
26+
id-token: write
27+
attestations: write
2528
with:
2629
version: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || '' }}
2730

0 commit comments

Comments
 (0)