diff --git a/.github/workflows/repo-file-sync-pull-request.yml b/.github/workflows/repo-file-sync-pull-request.yml index 7a585d1..65b298e 100644 --- a/.github/workflows/repo-file-sync-pull-request.yml +++ b/.github/workflows/repo-file-sync-pull-request.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2.4.0 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.17.0 + uses: BetaHuhn/repo-file-sync-action@v1.17.1 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} TEAM_REVIEWERS: roadies diff --git a/.github/workflows/repo-file-sync-push.yml b/.github/workflows/repo-file-sync-push.yml index b215bb7..ef5e8e2 100644 --- a/.github/workflows/repo-file-sync-push.yml +++ b/.github/workflows/repo-file-sync-push.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2.4.0 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.17.0 + uses: BetaHuhn/repo-file-sync-action@v1.17.1 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} TEAM_REVIEWERS: roadies