We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0425fb2 commit 4f95265Copy full SHA for 4f95265
.github/workflows/workflow-restarter.yml
@@ -41,11 +41,11 @@ jobs:
41
echo "Retry count has reached the limit"
42
echo "::set-output name=should_retry::false"
43
env:
44
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
46
- name: Re-run failed jobs
47
if: ${{ steps.check-retry.outputs.should_retry == 'true' }}
48
run: gh run rerun --failed ${{ inputs.run_id }} --repo ${{ inputs.repo }}
49
continue-on-error: true
50
51
0 commit comments