Skip to content

Commit 173f146

Browse files
author
Darius Neațu
committed
Tweaks
1 parent 8204ed8 commit 173f146

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/sync-docs.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
workflow_call:
99
workflow_dispatch:
1010
schedule:
11-
# 09:00 EEST/EET (Romania) ≈ 06:00 UTC
12-
- cron: '0 6 * * MON'
11+
- cron: '0 6 * * MON' # 09:00 Romania time
1312

1413
permissions:
1514
contents: write
@@ -24,14 +23,12 @@ jobs:
2423
uses: actions/checkout@v4
2524
with:
2625
fetch-depth: 0
27-
token: ${{ secrets.GITHUB_TOKEN }}
2826

2927
- name: Checkout beman repo
3028
uses: actions/checkout@v4
3129
with:
3230
repository: bemanproject/beman
3331
path: beman
34-
token: ${{ secrets.GITHUB_TOKEN }}
3532

3633
- name: Set up Python
3734
uses: actions/setup-python@v5
@@ -45,10 +42,9 @@ jobs:
4542
- name: Create Pull Request
4643
uses: peter-evans/create-pull-request@v6
4744
with:
48-
github_token: ${{ secrets.GITHUB_TOKEN }}
4945
base: main
50-
branch: auto/sync-docs
5146
commit-message: "Auto-sync documentation from latest content of bemanproject/beman"
47+
branch: auto/sync-docs
5248
title: "Weekly docs sync"
5349
body: |
5450
Automated sync of documentation and images from latest content of bemanproject/beman.

0 commit comments

Comments
 (0)