Skip to content

Commit 401cfb7

Browse files
committed
cicd: missing permission causes automatic release action fail.
1 parent cf900b5 commit 401cfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
permissions:
13-
contents: read
13+
contents: write
1414
id-token: write
1515

1616
jobs:

0 commit comments

Comments
 (0)