mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
pass secrets
This commit is contained in:
parent
e7d6621108
commit
578c751db4
3 changed files with 19 additions and 1 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -17,6 +17,11 @@ on:
|
|||
parent_job_name:
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
RH_REPO:
|
||||
required: true
|
||||
RH_ENT:
|
||||
required: true
|
||||
|
||||
|
||||
concurrency:
|
||||
|
|
@ -30,6 +35,9 @@ jobs:
|
|||
with:
|
||||
pr: ${{ inputs.pr }}
|
||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Build Container
|
||||
secrets:
|
||||
RH_REPO: ${{ secrets.RH_REPO }}
|
||||
RH_ENT: ${{ secrets.RH_ENT }}
|
||||
|
||||
build_iso:
|
||||
name: Build ISO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue