Skip to content

Commit e0910c7

Browse files
author
Julien Neuhart
committed
Fix typo in GitHub actions
1 parent 951447b commit e0910c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: docker/login-action@v1
5858
with:
5959
username: ${{ secrets.DOCKERHUB_USERNAME }}
60-
password: ${{ secrets.DOCKERHUB_TOKEN }
60+
password: ${{ secrets.DOCKERHUB_TOKEN }}
6161
- name: Release
6262
# Merge ~ push.
6363
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}

0 commit comments

Comments
 (0)