fix analytics key file name
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 14s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 14s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 13s
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 14s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 14s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 13s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "firmware/**"
|
||||
- ".github/workflows/esp32_build.yml"
|
||||
- ".gitea/workflows/esp32_build.yml"
|
||||
pull_request:
|
||||
merge_group:
|
||||
workflow_dispatch:
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
env:
|
||||
INSIGHTS_API_KEY: ${{ secrets.INSIGHTS_API_KEY }}
|
||||
run: |
|
||||
echo $INSIGHTS_API_KEY > firmware/components/analytics/insights_api_key.txt
|
||||
echo $INSIGHTS_API_KEY > firmware/components/analytics/insights_auth_key.txt
|
||||
|
||||
- name: ESP-IDF build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
|
||||
Reference in New Issue
Block a user