chore: codecov token secret for nested workflow (#7792)

fix: codecov token secret for nested workflow
This commit is contained in:
Stefan Benz
2024-04-22 15:10:49 +02:00
committed by GitHub
parent 74624018c2
commit 4520c6fc49
2 changed files with 5 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ jobs:
go_version: "1.22"
core_cache_key: ${{ needs.core.outputs.cache_key }}
core_cache_path: ${{ needs.core.outputs.cache_path }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
lint:
needs: [core, console]