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 45d68d9 commit 561ecddCopy full SHA for 561ecdd
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
run: >
25
docker build
26
--tag "${{ env.project-name }}:latest"
27
- -e UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git
+ --build-arg UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git
28
.
29
- name: Extract artifacts
30
run: >-
0 commit comments