Skip to content

Commit

Permalink
chore: restore bot token in publish action (#378)
Browse files Browse the repository at this point in the history
* 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 3747eca.

* Revert "comment latest tag version"

This reverts commit 77a73ee.

* restore bot token

* restore trigger publish image

* restore publish image
  • Loading branch information
and-mora authored Oct 25, 2023
1 parent 8bfa261 commit f294d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f294d7c

Please sign in to comment.