Skip to content

Commit

Permalink
fix: use GITHUB_TOKEN to publish to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Feb 20, 2023
1 parent 120479b commit 5d9dae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Gather Docker Labels
if: steps.semantic.outputs.new_release_published == 'true'
Expand Down

0 comments on commit 5d9dae2

Please sign in to comment.