Skip to content

Commit ba04c4d

Browse files
committed
use correct env variable
1 parent a6dec4c commit ba04c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
uses: peter-evans/dockerhub-description@v2
3232
with:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
34-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
34+
password: ${{ secrets.DOCKERHUB_TOKEN }}
3535
repository: larscom/gitlab-ci-dashboard
3636
short-description: ${{ github.event.repository.description }}

0 commit comments

Comments
 (0)