diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e59f31..6aa493a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: uses: peter-evans/dockerhub-description@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} + password: ${{ secrets.DOCKERHUB_TOKEN }} repository: axelrindle/github-starred-index - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}