Skip to content

Sync template

Sync template #7

name: "Sync template"
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
jobs:
repo-sync:
if: github.repository != 'NuschtOS/template'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
- uses: AndreasAugustin/actions-template-sync@v2
with:
# required to update github workflow files
github_token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr_commit_msg: Merge template changes
source_repo_path: NuschtOS/template