We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4595a commit 295ad01Copy full SHA for 295ad01
.github/workflows/deploy-staging.yaml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
host: ${{ secrets.SSH_HOST }}
20
username: ${{ secrets.SSH_USERNAME }}
21
- key: ${{ secrets.SSH_PRIVATE_KEY }}
+ password: ${{ secrets.SSH_PASSWORD }}
22
script: |
23
~/yaken/akane/script/deploy
0 commit comments