mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
pass secrets
This commit is contained in:
parent
e7d6621108
commit
578c751db4
3 changed files with 19 additions and 1 deletions
9
.github/workflows/build_container.yml
vendored
9
.github/workflows/build_container.yml
vendored
|
|
@ -7,6 +7,12 @@ on:
|
|||
parent_job_name:
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
RH_REPO:
|
||||
required: true
|
||||
RH_ENT:
|
||||
required: true
|
||||
|
||||
|
||||
jobs:
|
||||
build-container:
|
||||
|
|
@ -100,7 +106,8 @@ jobs:
|
|||
if: matrix.append == 'ubi'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: JasonN3/rhel_ent
|
||||
repository: ${{ secrets.RH_REPO }}
|
||||
token: ${{ secrets.RH_ENT }}
|
||||
persist-credentials: false
|
||||
path: ubi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue