Skip to content

Commit 3b8c1a0

Browse files
authored
fix(ci): add GH token to release workflow to overcome API rate limits (#494)
1 parent dd30e42 commit 3b8c1a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-testing.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ jobs:
5555
- name: run integration tests
5656
run: make test.integration
5757
env:
58+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5859
KONG_LICENSE_DATA: ${{ steps.license.outputs.license }}
5960

6061
- name: run e2e tests
6162
run: make test.e2e
6263
env:
64+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6365
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
6466
GOOGLE_PROJECT: ${{ secrets.GOOGLE_PROJECT }}
6567
GOOGLE_LOCATION: ${{ secrets.GOOGLE_LOCATION }}

0 commit comments

Comments
 (0)