Change dockerhub token for login in dockerhub-description action

This commit is contained in:
Bubka 2024-09-27 14:57:20 +02:00
parent 2b7d95fdcc
commit 4b6f348795

View File

@ -44,7 +44,7 @@ jobs:
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_RWD_TOKEN }}
repository: 2fauth/2fauth
short-description: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
readme-filepath: docker/README.md