1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

add secrets

This commit is contained in:
Jason N. 2024-04-04 16:52:30 -04:00
parent 5422832332
commit 11f3becb1b

View file

@ -49,6 +49,9 @@ jobs:
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Build ISO with Flatpaks
flatpaks_refs_dir: flatpak_refs
suffix: flatpaks
secrets:
RH_REPO: ${{ secrets.RH_REPO }}
RH_ENT: ${{ secrets.RH_ENT }}
test_iso_flatpaks:
name: Test ISO with Flatpaks
@ -82,6 +85,9 @@ jobs:
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Build ISO with Flatpak Refs
flatpaks_refs: "app/org.mozilla.firefox/x86_64/stable app/org.videolan.VLC/x86_64/stable"
suffix: flatpaks_refs
secrets:
RH_REPO: ${{ secrets.RH_REPO }}
RH_ENT: ${{ secrets.RH_ENT }}
test_iso_flatpak_refs:
name: Test ISO with Flatpak Refs