diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 370d4089..f7680ee6 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -32,7 +32,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.BOT_WRITE_PACKAGE_TOKEN }} - name: Build and push Docker image id: docker_build_push