Skip to content

Commit a622fc0

Browse files
committed
doc: Fix Zoomin key variable name
Fix Zoomin key variable name Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent 03ae375 commit a622fc0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/doc-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
github.event.workflow_run.head_branch == 'main' &&
4545
github.event.workflow_run.head_repository.full_name == github.repository
4646
env:
47-
NCS_ZOOMIN_KEY: ${{ secrets.NCS_ZOOMIN_KEY }}
47+
NCS_ZOOMIN_KEY: ${{ secrets.ZOOMIN_KEY }}
4848
run: |
4949
# trust server
5050
mkdir -p ~/.ssh
51-
ssh-keyscan ${{ vars.NCS_ZOOMIN_SERVER }} >> ~/.ssh/known_hosts
51+
ssh-keyscan upload-v1.zoominsoftware.io >> ~/.ssh/known_hosts
5252
5353
# prepare key
5454
touch zoomin_key
@@ -57,7 +57,7 @@ jobs:
5757
5858
# upload files
5959
for file in docs/addon-serial_modem*.zip; do
60-
sftp -v -i zoomin_key ${{ vars.NCS_ZOOMIN_USER }}@${{ vars.NCS_ZOOMIN_SERVER }} <<EOF
60+
sftp -v -i zoomin_key nordic@upload-v1.zoominsoftware.io <<EOF
6161
cd docs-be.nordicsemi.com/sphinx-html/incoming
6262
put ${file}
6363
cd ../../../nordic-be-dev.zoominsoftware.io/sphinx-html/incoming

0 commit comments

Comments
 (0)