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 b991bfc commit 8ff7380Copy full SHA for 8ff7380
.github/workflows/integration-enterprise.yaml
@@ -39,8 +39,8 @@ jobs:
39
- name: Login to Docker Hub
40
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
41
with:
42
- username: ${{secrets.DOCKERHUB_PULL_USERNAME}}
43
- password: ${{secrets.DOCKERHUB_PULL_TOKEN}}
+ username: ${{secrets.DOCKER_ORG_NAME}}
+ password: ${{secrets.DOCKER_ORG_TOKEN}}
44
- uses: Kong/kong-license@c4decf08584f84ff8fe8e7cd3c463e0192f6111b
45
id: license
46
0 commit comments