diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 019e48b..f6ad954 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: uses: docker://lsiodev/readme-sync:latest env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} + DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }} GIT_REPOSITORY: ${{ github.repository }} DOCKER_REPOSITORY: ${{ secrets.DOCKERHUB_REPOSITORY }} GIT_BRANCH: master