Skip to content

Commit

Permalink
actions: use built-in token for GHCR login
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacrae committed Jul 4, 2023
1 parent 7d80f4e commit 7d0cb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Annotate Docker images
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 7d0cb1d

Please sign in to comment.