mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci: add CODECOV_TOKEN to merge-queue workflow (#3066)
This commit is contained in:
parent
00b56a4a6b
commit
5dbc519943
1 changed files with 1 additions and 0 deletions
1
.github/workflows/merge-queue.yml
vendored
1
.github/workflows/merge-queue.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
upload_artifacts: false
|
||||
secrets:
|
||||
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
check-workflow-status:
|
||||
name: Check Workflow Status # Matches another in pull-request, and is required for merge to main.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue