Skip to content

Commit

Permalink
ci: try to use dedicated token for ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator committed Oct 14, 2024
1 parent 87248c0 commit 3b3c338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}
logout: false
- name: Push images
run: make images
Expand Down

0 comments on commit 3b3c338

Please sign in to comment.