Skip to content

Commit 4842e0e

Browse files
test
1 parent 04f7122 commit 4842e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-restarter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
echo "Retry count has reached the limit"
5050
echo "::set-output name=should_retry::false"
5151
env:
52-
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Re-run failed jobs
5555
if: ${{ steps.check-retry.outputs.should_retry == 'true' }}
5656
run: gh run rerun --failed ${{ inputs.run_id }} --repo ${{ inputs.repo }}
5757
continue-on-error: true
5858
env:
59-
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)