Skip to content

Commit

Permalink
Use custom SSH port for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luoe committed Sep 8, 2024
1 parent c0de784 commit 828ac20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger-git-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
host: trinity.fsi.uni-tuebingen.de
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
# stored in secrets because it's easier to change this instead of updating this script
# i.e. when switching from RSA host key to ED25519
fingerprint: ${{ secrets.SSH_FINGERPRINT }}
Expand Down

0 comments on commit 828ac20

Please sign in to comment.