Skip to content

Commit

Permalink
ci: add GITHUB_TOKEN in integration tests checking provisioning faile…
Browse files Browse the repository at this point in the history
…d, to prevent rate limiting when querying GitHub API
  • Loading branch information
pmalek committed May 9, 2024
1 parent 4b6a5f9 commit c8f9226
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 @@ -319,6 +319,7 @@ jobs:
env:
KONG_CONTROLLER_OUT: stdout
GOTESTSUM_JUNITFILE: integration-tests-provision-dataplane-fail.xml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit c8f9226

Please sign in to comment.