Skip to content

Commit 05ed7fb

Browse files
committed
WIP: mod: .github/workflows/build-rootfs.yml (review/9/main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 6c1bf8b commit 05ed7fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
run: |
2424
echo "describe=$(git describe --tags --always || echo 0)" | tee $GITHUB_OUTPUT
2525
- name: Setup and build
26-
run: |
27-
ARCH=${{ matrix.arch }} ./scripts/build-rootfs.sh
26+
run: >-
27+
UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git
28+
ARCH=${{ matrix.arch }}
29+
./scripts/build-rootfs.sh
2830
- name: Upload artifacts
2931
uses: actions/upload-artifact@v4
3032
with:

0 commit comments

Comments
 (0)