Skip to content

Commit c58543f

Browse files
authored
Update publish.yml
1 parent eb46e35 commit c58543f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
24-
password: ${{ secrets.GITHUB_TOKEN }}
24+
password: ${{ secrets.GHCR_PAT }}
2525

2626
- name: Build and push Docker image
2727
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)