Skip to content

Commit a775404

Browse files
authored
Fix typo in Docker Hub token secret
Signed-off-by: Ryan Baxter <[email protected]>
1 parent 9633626 commit a775404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/login-action@v3
4646
with:
4747
username: ${{ secrets.DOCKERHUB_USERNAME }}
48-
password: ${{ secrets.DDOCKERHUB_TOKEN }}
48+
password: ${{ secrets.DOCKERHUB_TOKEN }}
4949

5050
- name: Stop running Docker containers
5151
continue-on-error: true

0 commit comments

Comments
 (0)