Skip to content

Commit 618a6f9

Browse files
committed
Merge branch 'dev'
2 parents 4b0bd74 + 7974db7 commit 618a6f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: docker/login-action@v3
2929
with:
3030
registry: ghcr.io
31-
username: ${{ github.actor }}
32-
password: ${{ secrets.GITHUB_TOKEN }}
31+
username: ${{ secrets.GHCR_USERNAME }}
32+
password: ${{ secrets.GHCR_PAT }}
3333

3434
- name: Extract metadata
3535
id: meta

0 commit comments

Comments
 (0)