Skip to content

Commit 6c1bf8b

Browse files
committed
WIP: mod: cmake/modules/FindUnifySDK.cmake (review/9/main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent e1ae7cd commit 6c1bf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/FindUnifySDK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include(FetchContent)
22

33
if(NOT DEFINED UNIFYSDK_GIT_REPOSITORY)
4-
set(UNIFYSDK_GIT_REPOSITORY https://${{ secrets.GH_UNIFY_ACCESS_TOKEN}}@github.com/SiliconLabs/UnifySDK_test)
4+
set(UNIFYSDK_GIT_REPOSITORY git@github.com:SiliconLabs/UnifySDK_test.git)
55
endif()
66

77
# TODO: Pin stable revision once supported

0 commit comments

Comments
 (0)