From ea0705ee52eca03d10a4e596b8719b42d081ecfa Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 7 Mar 2024 15:09:03 +0100 Subject: [PATCH] Replace GH_PAT (#49) --- .github/workflows/sync-files-to-repos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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