We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e99c2 commit 6a67086Copy full SHA for 6a67086
1 file changed
.github/workflows/main.yml
@@ -147,9 +147,9 @@ jobs:
147
echo "${{ secrets.SPRINT_DEPLOY_SSH_KEY }}" | tr -d '\r' | ssh-add - > /dev/null
148
mkdir -p ~/.ssh
149
chmod 700 ~/.ssh
150
- ssh-keyscan ${{ SPRINT_SERVER }} >> ~/.ssh/known_hosts
+ ssh-keyscan ${{ secrets.SPRINT_SERVER }} >> ~/.ssh/known_hosts
151
chmod 644 ~/.ssh/known_hosts
152
- export DOCKER_HOST="ssh://gitlab@${{ SPRINT_SERVER }}"
+ export DOCKER_HOST="ssh://gitlab@${{ secrets.SPRINT_SERVER }}"
153
154
155
0 commit comments