diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index de6340ccc97..d5cf5d974fb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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: