extract API key
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 57s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 49s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 42s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 43s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Has been cancelled

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-10-01 17:01:09 +02:00
parent f9010d5491
commit 4a2d73c686

View File

@@ -35,8 +35,11 @@ jobs:
with:
submodules: "recursive"
- name: Delete CMakeLists.txt in components (only used for simulator build)
run: rm -f firmware/components/CMakeLists.txt
- name: Extract API key
env:
INSIGHTS_API_KEY: ${{ secrets.INSIGHTS_API_KEY }}
run: |
echo $INSIGHTS_API_KEY > firmware/components/analytics/insights_api_key.txt
- name: ESP-IDF build
uses: espressif/esp-idf-ci-action@v1