diff --git a/.github/workflows/sre-file-sync-pat.yml b/.github/workflows/sre-file-sync-pat.yml index d2dec50..3b9502b 100644 --- a/.github/workflows/sre-file-sync-pat.yml +++ b/.github/workflows/sre-file-sync-pat.yml @@ -8,7 +8,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Sync SRE Workflows - uses: BetaHuhn/repo-file-sync-action@878d649c33c834dc1eff4c00f7fcf16bf281eb63 + #uses: BetaHuhn/repo-file-sync-action@878d649c33c834dc1eff4c00f7fcf16bf281eb63 + uses: alvarezfr/repo-file-sync-action@fix/verified_commits with: CONFIG_PATH: tools/sre_file_sync/sync.yml ASSIGNEES: CalvinRodo diff --git a/.github/workflows/sync-repo-labels.yml b/.github/workflows/sync-repo-labels.yml deleted file mode 100644 index 405f8ba..0000000 --- a/.github/workflows/sync-repo-labels.yml +++ /dev/null @@ -1,9 +0,0 @@ -on: [issues, pull_request, workflow_dispatch] -jobs: - sync-labels: - runs-on: ubuntu-latest - name: Sync repository labels - steps: - - uses: cds-snc/sre-labels@v1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file