Skip to content

Commit ea7581a

Browse files
committed
Allow github actions to commit to the branch
1 parent 474e317 commit ea7581a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
schedule:
1919
- cron: '0 7 * * 1' # 8AM CET/11PM PT on Mondays
2020

21+
# Allow github actions to commit to the branch
22+
permissions:
23+
contents: write
2124

2225
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2326
jobs:

0 commit comments

Comments
 (0)