Skip to content

Commit ea0705e

Browse files
authored
Replace GH_PAT (#49)
1 parent 69c0292 commit ea0705e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-files-to-repos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v3
1616
- name: Run GitHub File Sync
17-
uses: BetaHuhn/repo-file-sync-action@475a6502288f55cc52e951bdd1c44d7981218478
17+
uses: BetaHuhn/repo-file-sync-action@475a6502288f55cc52e951bdd1c44d7981218478
1818
with:
19-
GH_PAT: ${{ secrets.REALM_CI_REPO_SYNC }}
19+
GH_PAT: ${{ secrets.REALM_CI_PAT }}
2020
PR_LABELS: no-changelog
2121
DRY_RUN: false
2222
GIT_USERNAME: realm-ci

0 commit comments

Comments
 (0)