Skip to content

Commit

Permalink
Replace GH_PAT (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev authored Mar 7, 2024
1 parent 69c0292 commit ea0705e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-files-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea0705e

Please sign in to comment.