Skip to content

Commit ab239e1

Browse files
authored
Merge pull request #80 from ruromero/fix/publish
fix: missing write permission for provenance
2 parents 3871beb + 465fbfe commit ab239e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
permissions:
1919
contents: write
2020
pull-requests: write
21+
id-token: write
2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@v5

0 commit comments

Comments
 (0)