Skip to content

Commit b0b1a6f

Browse files
committed
ci: use correct token for github package registry
1 parent b978052 commit b0b1a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.repository_owner }}
44-
password: ${{ secrets.GHCR_PAT }}
44+
password: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Publish artifact
4747
env:

0 commit comments

Comments
 (0)