Skip to content

Commit 172c7af

Browse files
committed
Update build.yaml
1 parent a14c3ae commit 172c7af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
run: |
6363
mkdir -p ~/.ssh
6464
eval `ssh-agent -s`
65+
ssh-keyscan 52.156.141.168 >> ~/.ssh/known_hosts
6566
echo "${{ secrets.GH_ACTIONS_SSH_KEY }}" > ~/.ssh/github_actions
6667
chmod 600 ~/.ssh/github_actions
6768
ssh-add ~/.ssh/github_actions

0 commit comments

Comments
 (0)