Skip to content

Commit

Permalink
chore: add license for Kong Gateway release validation
Browse files Browse the repository at this point in the history
This commit adds the license to allow for enterprise testing and also
shortens the run name to make it more readable via the actions tab.
  • Loading branch information
mikefero authored Jul 5, 2023
1 parent a1cbe89 commit a18a9ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-kong-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ on:
default: 'main'
jobs:
integration:
name: "Validating Kong Gateway ${{ inputs.kong_image }} against decK branch ${{ inputs.branch }}"
name: "${{ inputs.kong_image }} against ${{ inputs.branch }}"
env:
KONG_ANONYMOUS_REPORTS: "off"
KONG_IMAGE: ${{ inputs.kong_image }}
KONG_LICENSE_DATA: ${{ secrets.KONG_LICENSE_DATA }}
runs-on: ubuntu-latest
steps:
- name: Execution Information
Expand Down

0 comments on commit a18a9ef

Please sign in to comment.