We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd30e42 commit 3b8c1a0Copy full SHA for 3b8c1a0
.github/workflows/release-testing.yaml
@@ -55,11 +55,13 @@ jobs:
55
- name: run integration tests
56
run: make test.integration
57
env:
58
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
KONG_LICENSE_DATA: ${{ steps.license.outputs.license }}
60
61
- name: run e2e tests
62
run: make test.e2e
63
64
65
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
66
GOOGLE_PROJECT: ${{ secrets.GOOGLE_PROJECT }}
67
GOOGLE_LOCATION: ${{ secrets.GOOGLE_LOCATION }}
0 commit comments