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
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:
7
.github/workflows/esp32_build.yml
vendored
7
.github/workflows/esp32_build.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user