Skip to content

Commit 61b2262

Browse files
committed
fix push credentials for ghcr.io
1 parent 9245b1e commit 61b2262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: docker/login-action@v3
2323
with:
2424
registry: ghcr.io
25-
username: ${{ secrets.ACTION_USER }}
26-
password: ${{ secrets.ACTION_TOKEN }}
25+
username: ${{ github.actor }}
26+
password: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Shorten SHA
2929
id: shorten_sha

0 commit comments

Comments
 (0)