Skip to content

Commit b737096

Browse files
authored
Add id-token: write permission for provenance (#312)
2 parents a4207bf + be145fd commit b737096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
environment:
2222
name: prod
2323
url: https://www.npmjs.com/package/junit2json
24+
permissions:
25+
contents: write
26+
id-token: write
2427
needs: draft_release
2528
if: github.event_name == 'workflow_dispatch'
2629
steps:

0 commit comments

Comments
 (0)