diff --git a/.github/workflows/template-sync.yaml b/.github/workflows/template-sync.yaml index e5b8ad0..ff1a2e3 100644 --- a/.github/workflows/template-sync.yaml +++ b/.github/workflows/template-sync.yaml @@ -1,17 +1,16 @@ +name: "Sync template" on: + workflow_dispatch: schedule: - cron: "0 0 1 * *" - workflow_dispatch: jobs: repo-sync: if: github.repository != 'NuschtOS/template' runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - steps: - uses: actions/checkout@v4 - uses: AndreasAugustin/actions-template-sync@v2 with: + github_token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} + pr_commit_msg: Merge template changes source_repo_path: NuschtOS/template