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 3386575 commit 0badcf1Copy full SHA for 0badcf1
.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.GH_ACTIONS_SSH_KEY }}" > ~/.ssh/github_actions
+ echo "${{ secrets.GH_ACTIONS_SSH_KEY }}" > ~/.ssh/github_actions
87
chmod 600 ~/.ssh/github_actions
88
ssh-add ~/.ssh/github_actions
89
0 commit comments