This commit is contained in:
Bryan Gerlach
2026-02-11 15:34:41 -06:00
parent 6dc19ccd05
commit 6e7a5ba84a

View File

@@ -43,9 +43,12 @@ env:
jobs: jobs:
setup: setup:
uses: ./.github/workflows/fetch-encrypted-secrets.yml steps:
with: - uses: Wandalen/wretry.action@master
zip_url_json: ${{ inputs.zip_url }} with:
action: ./.github/workflows/fetch-encrypted-secrets.yml
with: |
zip_url_json: ${{ inputs.zip_url }}
generate-bridge: generate-bridge:
uses: ./.github/workflows/bridge.yml uses: ./.github/workflows/bridge.yml
@@ -85,7 +88,7 @@ jobs:
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: encrypted-secrets-zip name: encrypted-secrets-zip