mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 08:07:46 +00:00
chore: codecov token secret for nested workflow (#7792)
fix: codecov token secret for nested workflow
This commit is contained in:
parent
74624018c2
commit
4520c6fc49
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -52,6 +52,8 @@ jobs:
|
|||||||
go_version: "1.22"
|
go_version: "1.22"
|
||||||
core_cache_key: ${{ needs.core.outputs.cache_key }}
|
core_cache_key: ${{ needs.core.outputs.cache_key }}
|
||||||
core_cache_path: ${{ needs.core.outputs.cache_path }}
|
core_cache_path: ${{ needs.core.outputs.cache_path }}
|
||||||
|
secrets:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
needs: [core, console]
|
needs: [core, console]
|
||||||
|
3
.github/workflows/core-test.yml
vendored
3
.github/workflows/core-test.yml
vendored
@ -12,6 +12,9 @@ on:
|
|||||||
core_cache_path:
|
core_cache_path:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
secrets:
|
||||||
|
CODECOV_TOKEN:
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
postgres:
|
postgres:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user