Skip to content

Commit e6f1f2d

Browse files
committed
Use GHCR_PAT for container registry login
1 parent 86d1ad5 commit e6f1f2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.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: ${{ env.REGISTRY }}
31-
username: ${{ github.actor }}
32-
password: ${{ secrets.GITHUB_TOKEN }}
31+
username: ${{ github.repository_owner }}
32+
password: ${{ secrets.GHCR_PAT }}
3333

3434
- name: Extract metadata
3535
id: meta

0 commit comments

Comments
 (0)