Skip to content

Commit 07b5dfa

Browse files
authored
GitHub Release needs contents: write permission (#341)
1 parent 50a1c58 commit 07b5dfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-version-or-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
- main
66

77
permissions:
8+
# required for npm provenance
89
id-token: write
10+
# required to create the GitHub Release
11+
contents: write
912

1013
jobs:
1114
covector:

0 commit comments

Comments
 (0)