Skip to content

Commit

Permalink
fix: Use correct secret name for dockerhub password
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Jan 9, 2025
1 parent 18cf338 commit 042c044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down

0 comments on commit 042c044

Please sign in to comment.