Skip to content

Commit 652fd88

Browse files
committed
Use GH_PAT instead of GITHUB_TOKEN
1 parent aeee195 commit 652fd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
30-
password: ${{ secrets.GITHUB_TOKEN }}
30+
password: ${{ secrets.GH_PAT }}
3131

3232
- name: Build and push Docker image
3333
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)