Skip to content

Commit 2c0a135

Browse files
committed
Modify CI permissions to fix nightly releases
Seems like the permissions could have been broken by the GH enterprise migration.
1 parent 220e713 commit 2c0a135

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)