diff --git a/.github/sync.yml b/.github/sync.yml index 17c0fc3..1f82cfc 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -1,6 +1,10 @@ group: - # test doc + # Docs - files: - source: docs/CONTRIBUTING.md + - source: docs/ISSUE_TEMPLATE.md + - source: docs/PULL_REQUEST_TEMPLATE.md repos: | + Oztechan/CCC + Oztechan/Tracefit Oztechan/actions diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 80337d0..e311894 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -14,6 +14,6 @@ jobs: - name: GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1.21.0 with: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} + GH_PAT: ${{ secrets.PERSONAL_ACCESS_TOKEN }} PR_LABELS: "config" COMMIT_PREFIX: "Oztechan/Config#4 Global config update"