Skip to content

Commit

Permalink
use secret for DockerHub username in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Jan 21, 2025
1 parent 5afc173 commit 24e0f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-cosmos-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: oraichain
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

## node
Expand Down

0 comments on commit 24e0f69

Please sign in to comment.