ci: add CODECOV_TOKEN to merge-queue workflow (#3066)

This commit is contained in:
James Rich 2025-09-10 15:06:12 -05:00 committed by GitHub
parent 00b56a4a6b
commit 5dbc519943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.