diff --git a/.github/workflows/workflow-restarter-trigger.yml b/.github/workflows/workflow-restarter-trigger.yml index 954c9ba7f..215b84c8b 100644 --- a/.github/workflows/workflow-restarter-trigger.yml +++ b/.github/workflows/workflow-restarter-trigger.yml @@ -53,9 +53,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: ./.github/actions/workflow-restarter-proxy + uses: puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml env: SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: repository: ${{ github.repository }} - run_id: ${{ github.run_id }} \ No newline at end of file + run_id: ${{ github.run_id }} diff --git a/.github/workflows/workflow-restarter.yml b/.github/workflows/workflow-restarter.yml index bd6dd8154..5214daaad 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@cat_1820 + uses: puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml with: repo: ${{ inputs.repo }} run_id: ${{ inputs.run_id }}