Skip to content

Commit 4bb44fe

Browse files
committed
Using key instead of pass
1 parent 7545bc8 commit 4bb44fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
with:
4040
host: ${{ secrets.SSH_HOST }}
4141
username: ${{ secrets.SSH_USERNAME }}
42-
# key: ${{ secrets.SSH_PRIVATE_KEY }}
43-
password: ${{ secrets.SSH_PASSWORD }}
42+
key: ${{ secrets.SSH_PRIVATE_KEY }}
43+
# password: ${{ secrets.SSH_PASSWORD }}
4444
script: |
4545
cd ${{ secrets.APP_PATH }}
4646
./build.sh

0 commit comments

Comments
 (0)