Skip to content

Commit 250e37b

Browse files
author
Hans Kristian Flaatten
committed
Add Fork Sync Workflow
1 parent 0d89a6e commit 250e37b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/sync.yaml

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

0 commit comments

Comments
 (0)