We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c0292 commit ea0705eCopy full SHA for ea0705e
.github/workflows/sync-files-to-repos.yml
@@ -14,9 +14,9 @@ jobs:
14
- name: Checkout Repository
15
uses: actions/checkout@v3
16
- name: Run GitHub File Sync
17
- uses: BetaHuhn/repo-file-sync-action@475a6502288f55cc52e951bdd1c44d7981218478
+ uses: BetaHuhn/repo-file-sync-action@475a6502288f55cc52e951bdd1c44d7981218478
18
with:
19
- GH_PAT: ${{ secrets.REALM_CI_REPO_SYNC }}
+ GH_PAT: ${{ secrets.REALM_CI_PAT }}
20
PR_LABELS: no-changelog
21
DRY_RUN: false
22
GIT_USERNAME: realm-ci
0 commit comments