diff --git a/.github/workflows/sync-examples.yml b/.github/workflows/sync-examples.yml index 5e9f5221b2..cd2c0306e6 100644 --- a/.github/workflows/sync-examples.yml +++ b/.github/workflows/sync-examples.yml @@ -11,8 +11,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - name: Run GitHub File Sync - # Can update to v1 when https://github.com/BetaHuhn/repo-file-sync-action/issues/168 is resolved - uses: BetaHuhn/repo-file-sync-action@v1.19.0 + uses: balazsorban44/repo-file-sync-action@master with: GH_PAT: ${{ secrets.GH_PAT }} IS_FINE_GRAINED: true