Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a9b8bc0

Browse files
committed
use current user
1 parent 92948d1 commit a9b8bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_testnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
uses: docker/login-action@v3
3838
with:
3939
registry: ${{ env.REGISTRY }}
40-
username: ${{ github.repository_owner }}
41-
password: ${{ secrets.GITHUB_TOKEN }}
40+
username: ${{ github.actor }}
41+
password: ${{ secrets.GHCR_TOKEN }}
4242

4343
- name: build / tag / push docker image into ghcr
4444
id: build-and-push-tag

0 commit comments

Comments
 (0)