Skip to content

Commit 561ecdd

Browse files
committed
WIP: mod: .github/workflows/build.yml (review/9/main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 45d68d9 commit 561ecdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: >
2525
docker build
2626
--tag "${{ env.project-name }}:latest"
27-
-e UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git
27+
--build-arg UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git
2828
.
2929
- name: Extract artifacts
3030
run: >-

0 commit comments

Comments
 (0)