diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index ca9c8b7..89e30e2 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -103,7 +103,7 @@ jobs: uses: peter-evans/dockerhub-description@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + password: ${{ secrets.DOCKERHUB_PASSWORD }} repository: sketchbench/bullet-${{ matrix.component }} short-description: ${{ matrix.description }} readme-filepath: ./components/${{ matrix.component }}/README.md