Skip to content

Commit

Permalink
ci: Fix e2e test runner rate limiting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek committed Apr 1, 2024
1 parent eb7f3ca commit ab3ee44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
env:
VET_E2E: true

# Used to avoid rate limiting issue while running
# test suites that use GitHub API
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run-e2e:
timeout-minutes: 30
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab3ee44

Please sign in to comment.