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

Commit 304dd92

Browse files
committed
use github token
1 parent a9b8bc0 commit 304dd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}
41-
password: ${{ secrets.GHCR_TOKEN }}
41+
password: ${{ secrets.GITHUB_TOKEN }}
4242

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

0 commit comments

Comments
 (0)