Fixed inconsistent Dockerhub secrets

This commit is contained in:
krateng 2022-03-29 04:46:06 +02:00
parent 634df2ffaf
commit 97aed7e73c
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ jobs:
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
repository: krateng/maloja
short-description: ${{ github.event.repository.description }}