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 (#253)
  • Loading branch information
pmalek authored May 9, 2024
1 parent 4b6a5f9 commit e3f2e0b
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 e3f2e0b

Please sign in to comment.