mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(merge-queue): add CODECOV_TOKEN to secrets (#3064)
This commit is contained in:
parent
a949fc4c9b
commit
00b56a4a6b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/merge-queue.yml
vendored
1
.github/workflows/merge-queue.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue