Skip to content

Commit

Permalink
chore: update password
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 13, 2024
1 parent b341998 commit a2637e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
PROJECT: "bolhadev-chat"
DOCKER_REPO: "brunoroh/bolhadev-chat"
DOCKER_USERNAME: "brunoroh"
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}

jobs:
deploy:
Expand All @@ -25,8 +24,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: $DOCKER_USERNAME
password: $DOCKER_TOKEN
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit a2637e9

Please sign in to comment.