Skip to content

Commit fb41112

Browse files
committed
Elevate permissions of weekly rustfmt worflow
.. which might be necessary for it to be able to run successfully.
1 parent 2c72e67 commit fb41112

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cron-weekly-rustfmt.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: Nightly rustfmt
2+
3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
27
on:
38
schedule:
49
- cron: "0 0 * * 0" # runs weekly on Sunday at 00:00

0 commit comments

Comments
 (0)