diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 285c8eb046b..60c65de0569 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,17 +71,17 @@ jobs: files: ./unit-coverage.out verbose: true - name: Run PAT Token E2E #using retry because the GitHub token is being throttled. - uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd - env: + uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + env: GITHUB_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }} - with: + with: max_attempts: 3 retry_on: error timeout_minutes: 30 command: make e2e-pat - name: codecov - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 2.1.0 - with: + uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 2.1.0 + with: files: "*e2e-coverage.out" verbose: true generate-mocks: