Skip to content

Commit f46c46d

Browse files
committed
Sync workflows-sync-template-backup.yml from .github repo
1 parent f7db2a4 commit f46c46d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Workflows Sync
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 6 * * *' # sync daily at 6:00 UTC
7+
8+
jobs:
9+
sync:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Workflows Sync
13+
uses: wow-actions/workflows-sync@v2
14+
with:
15+
GH_PAT: ${{ secrets.GH_PAT }}
16+
owner: P4X-ng
17+
workflows: .github/workflows/
18+
commit_message: "Sync workflow files from .github repo"

0 commit comments

Comments
 (0)