Skip to content

Commit 789cb8f

Browse files
committed
fix: Add contents:write permission for GitHub releases
1 parent e74d0bf commit 789cb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
id-token: write # Required for GitHub OIDC authentication
10-
contents: read
10+
contents: write # Required for creating GitHub releases
1111

1212
jobs:
1313
publish:

0 commit comments

Comments
 (0)