Skip to content

Commit 942670a

Browse files
divipillaitrantanen
authored andcommitted
doc: Fix Zoomin key variable name
Fix Zoomin key variable name Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent 03ae375 commit 942670a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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

0 commit comments

Comments
 (0)