Check for password secret before uploading pinout (#5386)
* check for secret * try swapping * use dumb workaround
This commit is contained in:
parent
cbad752aae
commit
8f3fd7b50b
|
@ -64,4 +64,7 @@ jobs:
|
|||
}
|
||||
|
||||
- name: Upload Pinouts
|
||||
env:
|
||||
pass: ${{ secrets.RUSEFI_SSH_PASS }}
|
||||
if: ${{ env.pass != '' }}
|
||||
run: tar -czf - pinouts | sshpass -p "${{ secrets.RUSEFI_SSH_PASS }}" ssh -o StrictHostKeyChecking=no "${{ secrets.RUSEFI_SSH_USER }}"@"${{ secrets.RUSEFI_SSH_SERVER }}" "tar -xzf - -C docs"
|
||||
|
|
Loading…
Reference in New Issue