Skip to content

Commit f0807f5

Browse files
committed
chore(CI): fix missing permission for provenance
1 parent df226e9 commit f0807f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
required: true
2020
default: 'main'
2121

22+
permissions:
23+
# Provenance generation in GitHub Actions requires "write" access to the "id-token"
24+
id-token: write
25+
2226
jobs:
2327
release:
2428
name: Release

0 commit comments

Comments
 (0)