Skip to content

Commit 291ba41

Browse files
committed
chore: add fingerprint
To prevent Person-in-the-Middle attacks.
1 parent f4ada02 commit 291ba41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
username: ${{ secrets.USERNAME }}
2121
key: ${{ secrets.KEY }}
2222
port: ${{ secrets.PORT }}
23+
fingerprint: ${{ secrets.FINGERPRINT }}
2324
script: /opt/website/.github/scripts/deploy.sh

0 commit comments

Comments
 (0)