Skip to content

Commit 4f95265

Browse files
test
1 parent 0425fb2 commit 4f95265

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
@@ -41,11 +41,11 @@ jobs:
4141
echo "Retry count has reached the limit"
4242
echo "::set-output name=should_retry::false"
4343
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Re-run failed jobs
4747
if: ${{ steps.check-retry.outputs.should_retry == 'true' }}
4848
run: gh run rerun --failed ${{ inputs.run_id }} --repo ${{ inputs.repo }}
4949
continue-on-error: true
5050
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)