Skip to content

Commit ad44d46

Browse files
committed
ci: use PAT for ghcr
1 parent 1ede2f4 commit ad44d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
registry: ghcr.io
9494
username: ${{ github.actor }}
95-
password: ${{ secrets.GITHUB_TOKEN }}
95+
password: ${{ secrets.GHCR_TOKEN }}
9696

9797
- name: Docker meta
9898
id: meta

0 commit comments

Comments
 (0)