Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoon-Hub authored Oct 9, 2023
1 parent 125021c commit 907bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
HOST: ${{ secrets.NCP_HOST }}
USERNAME: ${{ secrets.NCP_USR_NM }}
PORT: ${{ secrets.NCP_PORT }}
# password: ${{ secrets.NCP_PWD }}
password: ${{ secrets.NCP_USR_PWD }}
run: |
echo "$PRIVATE_KEY" > private_key.pem
chmod 400 private_key.pem
Expand Down

0 comments on commit 907bb6f

Please sign in to comment.