From f294d7c1a47422d31ab324d2bb3cdb4a862bd27b Mon Sep 17 00:00:00 2001 From: Andrea Morabito <78792023+and-mora@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:02:39 +0200 Subject: [PATCH] chore: restore bot token in publish action (#378) * testing action on pr * fix tags * try bot token * try increase permissions * restore github token * comment latest tag version * comment latest tag version * Revert "comment latest tag version" This reverts commit 3747ecaa22d0bdd7e7ad08cd266833bfc3880edb. * Revert "comment latest tag version" This reverts commit 77a73ee5a32a361d08eeebf745a8d1c17b6e025f. * restore bot token * restore trigger publish image * restore publish image --- .github/workflows/publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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