Skip to content

Commit 37b7110

Browse files
committed
Fix worflow permissions.
1 parent aea0d86 commit 37b7110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
permissions:
15-
contents: read # to fetch code (actions/checkout)
15+
contents: write # for creating releases
1616

1717
jobs:
1818
main:

0 commit comments

Comments
 (0)