ci: use GITHUB_TOKEN for authenticating against ghcr.io

Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
Matthew Penner 2024-10-24 12:04:30 -06:00
parent 75b59080e2
commit 15e9e137f4
No known key found for this signature in database

View file

@ -46,7 +46,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Update version
if: "github.event_name == 'release' && github.event.action == 'published'"