Skip to content

Commit 5232284

Browse files
committed
Changed token
1 parent 72a7440 commit 5232284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
uses: docker/login-action@v3
1313
with:
1414
registry: ghcr.io
15-
username: ${{ github.repository_owner }}
16-
password: ${{ secrets.GHCR_PERSONAL_ACCESS_TOKEN }}
15+
username: ${{ github.actor }}
16+
password: ${{ secrets.GITHUB_TOKEN }}
1717
- uses: actions/checkout@v4
1818
- name: Build and push Docker images
1919
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)