We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ae7cd commit 6c1bf8bCopy full SHA for 6c1bf8b
cmake/modules/FindUnifySDK.cmake
@@ -1,7 +1,7 @@
1
include(FetchContent)
2
3
if(NOT DEFINED UNIFYSDK_GIT_REPOSITORY)
4
- set(UNIFYSDK_GIT_REPOSITORY https://${{ secrets.GH_UNIFY_ACCESS_TOKEN}}@github.com/SiliconLabs/UnifySDK_test)
+ set(UNIFYSDK_GIT_REPOSITORY git@github.com:SiliconLabs/UnifySDK_test.git)
5
endif()
6
7
# TODO: Pin stable revision once supported
0 commit comments