We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b6000 commit f47856dCopy full SHA for f47856d
.github/workflows/main.yml
@@ -39,6 +39,4 @@ jobs:
39
run: deck gateway ping --konnect-token ${{ secrets.KONNECT_PERSONAL_TOKEN }}
40
- name: Apply new configuration
41
run: deck gateway sync --konnect-token ${{ secrets.KONNECT_PERSONAL_TOKEN }} kong.yaml
42
- #run: deck gateway sync --headers Kong-Admin-Token:test --workspace demo kong.yaml --tls-skip-verify
43
- env:
44
- DECK_KONG_ADDR: ${{ secrets.ADMIN_API_URL }}
+ #run: deck gateway sync --kong-addr ${{ secrets.ADMIN_API_URL }} --headers Kong-Admin-Token:test --workspace demo kong.yaml --tls-skip-verify
0 commit comments