Skip to content

Commit

Permalink
ci: add GITHUB_TOKEN in e2e tests to prevent rate limiting when query…
Browse files Browse the repository at this point in the history
…ing GitHub API (#252)
  • Loading branch information
pmalek authored May 9, 2024
1 parent f43872b commit 7bd9d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ jobs:
env:
KONG_TEST_GATEWAY_OPERATOR_IMAGE_LOAD: gateway-operator:e2e-${{ github.sha }}
GOTESTSUM_JUNITFILE: "e2e-tests.xml"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: upload diagnostics
if: always()
Expand Down

0 comments on commit 7bd9d8f

Please sign in to comment.