diff --git a/.github/workflows/sync-files-to-repos.yml b/.github/workflows/sync-files-to-repos.yml index 237cc48..fd6797a 100644 --- a/.github/workflows/sync-files-to-repos.yml +++ b/.github/workflows/sync-files-to-repos.yml @@ -14,9 +14,9 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@475a6502288f55cc52e951bdd1c44d7981218478 + uses: BetaHuhn/repo-file-sync-action@475a6502288f55cc52e951bdd1c44d7981218478 with: - GH_PAT: ${{ secrets.REALM_CI_REPO_SYNC }} + GH_PAT: ${{ secrets.REALM_CI_PAT }} PR_LABELS: no-changelog DRY_RUN: false GIT_USERNAME: realm-ci