diff --git a/.github/workflows/workflow-restarter-trigger.yml b/.github/workflows/workflow-restarter-test.yml similarity index 98% rename from .github/workflows/workflow-restarter-trigger.yml rename to .github/workflows/workflow-restarter-test.yml index 4cc13d07e..cf3b1a179 100644 --- a/.github/workflows/workflow-restarter-trigger.yml +++ b/.github/workflows/workflow-restarter-test.yml @@ -55,7 +55,7 @@ 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.yml" + uses: "puppetlabs/cat-github-actions/.github/actions/workflow-restarter-proxy@main" env: SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/workflow-restarter.yml b/.github/workflows/workflow-restarter.yml index f42cb3341..580bc032f 100644 --- a/.github/workflows/workflow-restarter.yml +++ b/.github/workflows/workflow-restarter.yml @@ -19,7 +19,7 @@ on: jobs: call-reusable-workflow: - uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml" + uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@main" with: repo: ${{ inputs.repo }} run_id: ${{ inputs.run_id }}