Skip to content

Commit 0a83c55

Browse files
committed
fix(tests): set license in event-gateway github action
TODO: refactor this, it doesn't need a license
1 parent 17aa7ae commit 0a83c55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/event-gateway-tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
- name: Generate instruction files
4040
uses: './.github/reusable-steps/generate-instruction-files'
4141

42+
- name: Download Kong License
43+
uses: Kong/kong-license@master
44+
id: getLicense
45+
with:
46+
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
47+
4248
- name: Run tests
4349
working-directory: tools/automated-tests
4450
shell: bash

0 commit comments

Comments
 (0)