Skip to content

Commit

Permalink
chore: use org pull secret
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Nov 21, 2023
1 parent 5de7b2c commit 7cd0ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{secrets.DOCKERHUB_PULL_USERNAME}}
password: ${{secrets.DOCKERHUB_PULL_TOKEN}}
username: ${{secrets.GHA_DOCKERHUB_PULL_USER}}
password: ${{secrets.GHA_KONG_BOT_READ_TOKEN}}
- uses: Kong/kong-license@master
id: license
with:
Expand Down

0 comments on commit 7cd0ca6

Please sign in to comment.