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

Commit cc3032f

Browse files
committed
fix workflow
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent b5f6398 commit cc3032f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-wasm-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.repository_owner }}
35-
password: ${{ secrets.GHCR_TOKEN }}
35+
password: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Build/Push Docker images
3838
run: make wasm_image.build_push

0 commit comments

Comments
 (0)