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

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-12-20 14:26:32 +01:00
parent c586de76a2
commit 73ed926059

View File

@@ -4,7 +4,7 @@ on:
push: push:
paths: paths:
- "firmware/**" - "firmware/**"
- ".github/workflows/esp32_build.yml" - ".gitea/workflows/esp32_build.yml"
pull_request: pull_request:
merge_group: merge_group:
workflow_dispatch: workflow_dispatch:
@@ -39,7 +39,7 @@ jobs:
env: env:
INSIGHTS_API_KEY: ${{ secrets.INSIGHTS_API_KEY }} INSIGHTS_API_KEY: ${{ secrets.INSIGHTS_API_KEY }}
run: | 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 - name: ESP-IDF build
uses: espressif/esp-idf-ci-action@v1 uses: espressif/esp-idf-ci-action@v1