Skip to content

Commit ad0e75a

Browse files
fix: update Docker Hub credentials and production deploy webhook URL
1 parent 0613fe0 commit ad0e75a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production-deploy-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
uses: docker/login-action@v3
3030
with:
3131
username: ${{ secrets.DOCKERHUB_USERNAME }}
32-
password: ${{ secrets.DOCKERHUB_TOKEN }}
32+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3333

3434
- name: push docker image
3535
run: docker push httpsrichardy/federation:latest
3636

3737
- name: deploy webhook
38-
run: curl -X POST ${{ secrets.DEPLOY_WEBHOOK_URL }}
38+
run: curl -X POST ${{ secrets.PRODUCTION_DEPLOY_URL }}

0 commit comments

Comments
 (0)