mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
CI: add secrets to reusable build stage wf yml
This commit is contained in:
parent
cb37b098ef
commit
b254be6180
6
.github/workflows/reusable_build_stage.yml
vendored
6
.github/workflows/reusable_build_stage.yml
vendored
@ -13,6 +13,10 @@ name: BuildStageWF
|
|||||||
description: ci data
|
description: ci data
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
secrets:
|
||||||
|
secret_envs:
|
||||||
|
description: if given, it's passed to the environments
|
||||||
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
s:
|
s:
|
||||||
@ -30,3 +34,5 @@ jobs:
|
|||||||
# for now let's do I deep checkout for builds
|
# for now let's do I deep checkout for builds
|
||||||
checkout_depth: 0
|
checkout_depth: 0
|
||||||
data: ${{ inputs.data }}
|
data: ${{ inputs.data }}
|
||||||
|
secrets:
|
||||||
|
secret_envs: ${{ secrets.secret_envs }}
|
||||||
|
Loading…
Reference in New Issue
Block a user