Skip to content

Commit 3386575

Browse files
committed
Update build.yaml
1 parent d4915da commit 3386575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
ssh-keyscan ${{ vars.AZURE_DOCKER_HOST_IP }} >> ~/.ssh/known_hosts
8585
86-
echo "${{ vars.AZURE_DOCKER_HOST_IP }}" > ~/.ssh/github_actions
86+
echo "${{ vars.GH_ACTIONS_SSH_KEY }}" > ~/.ssh/github_actions
8787
chmod 600 ~/.ssh/github_actions
8888
ssh-add ~/.ssh/github_actions
8989

0 commit comments

Comments
 (0)