👷+💩 remove fingerprint verification
This commit is contained in:
parent
a22ca33d01
commit
ffc1c5814e
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ jobs:
|
||||||
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
key: ${{ secrets.DOCKER_RPI4_SSH_PRIVATE_KEY }}
|
key: ${{ secrets.DOCKER_RPI4_SSH_PRIVATE_KEY }}
|
||||||
fingerprint: ${{ secrets.DOCKER_RPI4_SSH_FINGERPRINT }}
|
|
||||||
host: ${{ secrets.DOCKER_RPI4_SSH_HOSTNAME }}
|
host: ${{ secrets.DOCKER_RPI4_SSH_HOSTNAME }}
|
||||||
username: ${{ secrets.DOCKER_RPI4_SSH_USERNAME }}
|
username: ${{ secrets.DOCKER_RPI4_SSH_USERNAME }}
|
||||||
port: ${{ secrets.DOCKER_RPI4_SSH_PORT }}
|
port: ${{ secrets.DOCKER_RPI4_SSH_PORT }}
|
||||||
|
|
Loading…
Reference in a new issue