Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
siril-teja committed Jun 19, 2024
2 parents 77ac818 + 0daf3e9 commit 02f8905
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/SyncFromTemplate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
```yaml
name: Sync from template
on:
# cronjob trigger
schedule:
- cron: "0 0 1 * *"
# manual trigger
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: alshedivat/al-folio
upstream_branch: master
```

0 comments on commit 02f8905

Please sign in to comment.