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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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]

View File

@ -12,6 +12,9 @@ on:
core_cache_path:
required: true
type: string
secrets:
CODECOV_TOKEN:
required: true
jobs:
postgres: