Skip to content

Commit

Permalink
fix workflow (#2417)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>

Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock authored Nov 1, 2022
1 parent a8f98be commit d8737fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
timeout_minutes: 30
command: make e2e-pat

- name: Run attestor e2e
run: make e2e-attestor
- name: Run attestor e2e #using retry because the GitHub token is being throttled.
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
with:
Expand Down

0 comments on commit d8737fd

Please sign in to comment.