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 d4915da commit 3386575Copy full SHA for 3386575
.github/workflows/build.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
ssh-keyscan ${{ vars.AZURE_DOCKER_HOST_IP }} >> ~/.ssh/known_hosts
85
86
- echo "${{ vars.AZURE_DOCKER_HOST_IP }}" > ~/.ssh/github_actions
+ echo "${{ vars.GH_ACTIONS_SSH_KEY }}" > ~/.ssh/github_actions
87
chmod 600 ~/.ssh/github_actions
88
ssh-add ~/.ssh/github_actions
89
0 commit comments