Skip to content

Commit 49b2d3c

Browse files
authored
Create syncfork.yml
1 parent 3950435 commit 49b2d3c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/syncfork.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Sync Fork
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
7+
jobs:
8+
sync:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: TG908/fork-sync@v1.1
14+
with:
15+
github_token: ${{ secrets.GITHUB_TOKEN }}
16+
owner: AllenDowney

0 commit comments

Comments
 (0)