fix(merge-queue): add CODECOV_TOKEN to secrets (#3064)

This commit is contained in:
James Rich 2025-09-10 14:38:17 -05:00 committed by GitHub
parent a949fc4c9b
commit 00b56a4a6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ jobs:
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
DATADOG_APPLICATION_ID: ${{ secrets.DATADOG_APPLICATION_ID }}
DATADOG_CLIENT_TOKEN: ${{ secrets.DATADOG_CLIENT_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
androidTest:
if: github.repository == 'meshtastic/Meshtastic-Android'