From cd56b20a06d2acca4968eb4be7bf6fc9144dbd85 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Fri, 26 Dec 2025 20:43:33 +0100 Subject: [PATCH] Update Platform_build.yml --- .github/workflows/Platform_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Platform_build.yml b/.github/workflows/Platform_build.yml index d9b0ebc8..cd363dd7 100644 --- a/.github/workflows/Platform_build.yml +++ b/.github/workflows/Platform_build.yml @@ -135,9 +135,9 @@ jobs: with: name: prebuilt_objects - name: Build the firmware + if: ${{ needs.bootstrap.outputs.mock == 0 }} env: SPOTIFY_SECRET: -DCLIENT_ID="${{ secrets.SPOTIFY_CLIENT_ID }}" -DCLIENT_SECRET="${{ secrets.SPOTIFY_CLIENT_SECRET }}" - if: ${{ needs.bootstrap.outputs.mock == 0 }} run: | . ${IDF_PYTHON_ENV_PATH}/bin/activate echo "Copying target sdkconfig"