Skip to content

Commit 06e9984

Browse files
committed
update
1 parent b60ccca commit 06e9984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.actor }}
46-
password: ${{ secrets.GHCR_PAT }}
46+
password: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Build and push Docker image
4949
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)