Skip to content

Commit

Permalink
added workflow to sync across forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-rar authored Mar 14, 2022
1 parent 25314d2 commit 3869093
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sync2upstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Sync to Upstream

on:
schedule:
- cron: '0 8 * * 1,4'
# scheduled at 08:00 every Monday and Thursday
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
owner: ipa320
base: main
head: main

0 comments on commit 3869093

Please sign in to comment.