Skip to content

Commit

Permalink
Remove passphrase part
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Sep 18, 2024
1 parent 88bd7d6 commit 30d9184
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/copy-to-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ jobs:
run: |
echo "${{ secrets.SSH_KNOWN_HOSTS_DWARSHUIS }}" >> ~/.ssh/known_hosts
- name: Create SSH Askpass Script
run: |
echo 'echo "${{ secrets.SSH_PASSPHRASE_DWARSHUIS }}"' > /tmp/askpass.sh
chmod +x /tmp/askpass.sh
- name: Add SSH Key with Passphrase using Askpass
env:
SSH_ASKPASS: /tmp/askpass.sh
DISPLAY: "none" # required by SSH_ASKPASS
run: |
setsid ssh-add
- name: Copy /docs to Remote
run: |
scp -r ./docs [email protected]:/test/spec-up-t-demo-on-documentation-website
Expand Down

0 comments on commit 30d9184

Please sign in to comment.