Skip to content

Commit

Permalink
ci: use GITHUB_TOKEN for authenticating against ghcr.io
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Penner <me@matthewp.io>
  • Loading branch information
matthewpi committed Oct 24, 2024
1 parent caab056 commit 706db62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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'"
Expand Down

0 comments on commit 706db62

Please sign in to comment.