Skip to content

Commit

Permalink
chore(ci) set correct license envvar
Browse files Browse the repository at this point in the history
Set KONG_LICENSE_DATA from the KONG_ENTERPRISE_LICENSE Github secret.

KONG_LICENSE_DATA is the actual variable Kong reads, and what should be
set in the test environment.

KONG_ENTERPRISE_LICENSE is what we happened to name the repo secret that
populates it.
  • Loading branch information
Travis Raines committed Oct 6, 2021
1 parent 5707eec commit 4aae9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: run integration tests
run: make test.integration.enterprise.postgres
env:
KONG_ENTERPRISE_LICENSE: ${{ secrets.KONG_ENTERPRISE_LICENSE }}
KONG_LICENSE_DATA: ${{ secrets.KONG_ENTERPRISE_LICENSE }}

- name: collect test coverage
uses: actions/upload-artifact@v2.2.4
Expand Down

0 comments on commit 4aae9a9

Please sign in to comment.