Skip to content

Commit 922bfe0

Browse files
committed
chore(CI): fix missing permission for provenance
1 parent d1edd70 commit 922bfe0

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
@@ -10,6 +10,9 @@ on:
1010
workflow_dispatch:
1111

1212
permissions:
13+
# Provenance generation in GitHub Actions requires "write" access to the "id-token"
14+
id-token: write
15+
# `ncipollo/release-action` requires "write" access to the "contents"
1316
contents: write
1417

1518
jobs:

0 commit comments

Comments
 (0)