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 6c1bf8b commit 05ed7fbCopy full SHA for 05ed7fb
.github/workflows/build-rootfs.yml
@@ -23,8 +23,10 @@ jobs:
23
run: |
24
echo "describe=$(git describe --tags --always || echo 0)" | tee $GITHUB_OUTPUT
25
- name: Setup and build
26
- run: |
27
- ARCH=${{ matrix.arch }} ./scripts/build-rootfs.sh
+ run: >-
+ UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git
28
+ ARCH=${{ matrix.arch }}
29
+ ./scripts/build-rootfs.sh
30
- name: Upload artifacts
31
uses: actions/upload-artifact@v4
32
with:
0 commit comments