Skip to content

Commit

Permalink
change to github token
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel committed Jul 2, 2024
1 parent 8539c53 commit 63cdf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.USER_TOKEN }} # Requires `gh secret set USER_TOKEN` to be set
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image (latest tag)
uses: docker/[email protected]
Expand Down

0 comments on commit 63cdf36

Please sign in to comment.