Skip to content

Commit 4cc8511

Browse files
authored
Merge pull request #1979 from Kobzol/ci-permissions
Modify CI permissions to fix nightly releases
2 parents 9e81532 + 2c0a135 commit 4cc8511

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: "0 23 * * *"
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
publish_release:
912
name: Publish release

0 commit comments

Comments
 (0)