Skip to content

Commit 8ff7380

Browse files
authored
ci: updated docker login token (#355)
1 parent b991bfc commit 8ff7380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-enterprise.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Login to Docker Hub
4040
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
4141
with:
42-
username: ${{secrets.DOCKERHUB_PULL_USERNAME}}
43-
password: ${{secrets.DOCKERHUB_PULL_TOKEN}}
42+
username: ${{secrets.DOCKER_ORG_NAME}}
43+
password: ${{secrets.DOCKER_ORG_TOKEN}}
4444
- uses: Kong/kong-license@c4decf08584f84ff8fe8e7cd3c463e0192f6111b
4545
id: license
4646
with:

0 commit comments

Comments
 (0)