We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14c3ae commit 172c7afCopy full SHA for 172c7af
.github/workflows/build.yaml
@@ -62,6 +62,7 @@ jobs:
62
run: |
63
mkdir -p ~/.ssh
64
eval `ssh-agent -s`
65
+ ssh-keyscan 52.156.141.168 >> ~/.ssh/known_hosts
66
echo "${{ secrets.GH_ACTIONS_SSH_KEY }}" > ~/.ssh/github_actions
67
chmod 600 ~/.ssh/github_actions
68
ssh-add ~/.ssh/github_actions
0 commit comments