Skip to content

Commit

Permalink
GHA: replace last plain text server name for variable
Browse files Browse the repository at this point in the history
one of the server urls was left as code, replaced with github variable

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed May 29, 2024
1 parent f693f3c commit 0f97700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Prepare Key
run: |
mkdir -p /root/.ssh
ssh-keyscan upload-v1.zoominsoftware.io >> /root/.ssh/known_hosts
ssh-keyscan ${{ vars.NCS_ZOOMIN_SERVER }} >> /root/.ssh/known_hosts
echo "${{ secrets.NCS_ZOOMIN_KEY }}" > zoomin_key
chmod 600 zoomin_key
Expand Down

0 comments on commit 0f97700

Please sign in to comment.