Skip to content

Commit 110519c

Browse files
committed
fix(actions): fix a typo
1 parent 6bbc5fd commit 110519c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.actor }}
19-
passwork: ${{ secrets.TOKEN_CD }}
19+
password: ${{ secrets.TOKEN_CD }}
2020

2121
- name: Build image
2222
run: |

0 commit comments

Comments
 (0)