diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c59caa36..4d4438a87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,9 +75,9 @@ jobs: # this to trigger the reusable workflow that restarts the failed job; and # (b) custom actions do not have access to the calling workflow's secrets - name: Trigger reusable workflow - uses: "puppetlabs/cat-github-actions/.github/actions/workflow-restarter-proxy@cat_1820" + uses: "puppetlabs/cat-github-actions/.github/actions/workflow-restarter-proxy@mains" env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: repository: ${{ github.repository }} run_id: ${{ github.run_id }} \ No newline at end of file