From 00b56a4a6b259c20353c24981f65709633af0348 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:38:17 -0500 Subject: [PATCH] fix(merge-queue): add CODECOV_TOKEN to secrets (#3064) --- .github/workflows/merge-queue.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/merge-queue.yml b/.github/workflows/merge-queue.yml index 5f584b3e7..518eec57b 100644 --- a/.github/workflows/merge-queue.yml +++ b/.github/workflows/merge-queue.yml @@ -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'