mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
inherit secrets
This commit is contained in:
parent
2b91de5959
commit
92531089f9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
build_container:
|
build_container:
|
||||||
name: Build Container
|
name: Build Container
|
||||||
uses: ./.github/workflows/build_container.yml
|
uses: ./.github/workflows/build_container.yml
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
pr: ${{ inputs.pr }}
|
pr: ${{ inputs.pr }}
|
||||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Build Container
|
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Build Container
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue