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
3
.github/workflows/bot_commands.yml
vendored
3
.github/workflows/bot_commands.yml
vendored
|
|
@ -36,6 +36,9 @@ jobs:
|
|||
with:
|
||||
pr: ${{ github.event.issue.number }}
|
||||
parent_job_name: Run All Tests
|
||||
secrets:
|
||||
RH_REPO: ${{ secrets.RH_REPO }}
|
||||
RH_ENT: ${{ secrets.RH_ENT }}
|
||||
|
||||
run_build_container:
|
||||
name: Run Build Container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue