Skip to content

Commit

Permalink
move to PAT over GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren authored Dec 1, 2023
1 parent dc139cd commit 79f8bd3
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 @@ -63,7 +63,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PAT }}

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand Down

0 comments on commit 79f8bd3

Please sign in to comment.