Add check to github jwt step in other workflows that call github-glue (#16806)

This commit is contained in:
Brandon Butler 2023-11-09 13:26:13 -08:00 committed by GitHub
parent fe3799b1ea
commit 31b60e51f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -331,6 +331,7 @@ jobs:
build_scripts/final_installer/chia-blockchain-cli_${CHIA_INSTALLER_VERSION}-1_${{ matrix.os.arch }}.deb
- uses: Chia-Network/actions/github/jwt@main
if: steps.check_secrets.outputs.HAS_GLUE_SECRET
- name: Mark pre-release installer complete
if: steps.check_secrets.outputs.HAS_GLUE_SECRET && env.PRE_RELEASE == 'true'

View File

@ -381,6 +381,7 @@ jobs:
build_scripts/final_installer/*.dmg
- uses: Chia-Network/actions/github/jwt@main
if: steps.check_secrets.outputs.HAS_GLUE_SECRET
- name: Mark pre-release installer complete
if: steps.check_secrets.outputs.HAS_GLUE_SECRET && env.PRE_RELEASE == 'true'

View File

@ -397,6 +397,7 @@ jobs:
gh release upload $env:RELEASE_TAG "${GITHUB_WORKSPACE}"/chia-blockchain-gui/release-builds/windows-installer/ChiaSetup-${{ env.CHIA_INSTALLER_VERSION }}.exe
- uses: Chia-Network/actions/github/jwt@main
if: steps.check_secrets.outputs.HAS_GLUE_SECRET
- name: Mark pre-release installer complete
if: steps.check_secrets.outputs.HAS_GLUE_SECRET && env.PRE_RELEASE == 'true'

View File

@ -37,6 +37,7 @@ jobs:
GLUE_API_URL: "${{ secrets.GLUE_API_URL }}"
- uses: Chia-Network/actions/github/jwt@main
if: steps.check_secrets.outputs.HAS_SECRET
- name: Trigger docker dev workflow via github-glue
if: steps.check_secrets.outputs.HAS_SECRET