Skip to content

Commit a59b94b

Browse files
secrets
1 parent bba4ee2 commit a59b94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Log in to Docker Hub
1616
uses: docker/login-action@v2
1717
with:
18-
username: ${{ secrets.DOCKERHUB_USERNAME }}
19-
password: ${{ secrets.DOCKERHUB_TOKEN }}
18+
username: utkarshs7
19+
password: dckr_pat_JqhbAP4FwMzJ6pm9bIzNomzkBNo
2020

2121
- name: Build and push Docker image
2222
run: |

0 commit comments

Comments
 (0)