Skip to content

Commit

Permalink
ci: Add missing token for deflake workflow (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored and JulianDomingo committed Oct 6, 2022
1 parent 0c00e90 commit e3776b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deflake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- name: Check run count and re-run workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh api /repos/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }} > run.json
RUNS=$(jq -r .run_attempt < run.json)
Expand Down

0 comments on commit e3776b5

Please sign in to comment.