Skip to content

Commit 91dbe85

Browse files
Workflow - permit to push
1 parent 3fe9791 commit 91dbe85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
schedule:
55
- cron: '45 10 * * TUE'
66
- cron: '45 10 * * THU'
7-
- cron: '15 17 * * THU'
7+
- cron: '55 17 * * THU'
88
jobs:
99
autogen-docs:
1010
runs-on: macos-latest
11+
permissions:
12+
contents: write
1113
defaults:
1214
run:
1315
working-directory: ./generate-docs
@@ -34,5 +36,5 @@ jobs:
3436
git checkout -b autogen-docs
3537
git add .
3638
git commit -m "Automatically generated docs"
37-
git push --set-upstream origin autogen-docs
39+
git push
3840

0 commit comments

Comments
 (0)