This commit is contained in:
Bryan Gerlach
2026-02-11 15:43:14 -06:00
parent 0cfe1ffb4c
commit bb43e468ac
2 changed files with 28 additions and 32 deletions

View File

@@ -12,8 +12,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download with Retry - name: Download with Retry
uses: nick-fields/retry@v3
with:
timeout_minutes: 1
max_attempts: 3
shell: python shell: python
run: | command: |
import requests import requests
import json import json
import time import time

View File

@@ -43,16 +43,8 @@ env:
jobs: jobs:
setup: setup:
name: setup uses: ./.github/workflows/fetch-encrypted-secrets.yml
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: Wandalen/wretry.action@master
with: with:
action: ./.github/workflows/fetch-encrypted-secrets.yml
with: |
zip_url_json: ${{ inputs.zip_url }} zip_url_json: ${{ inputs.zip_url }}
generate-bridge: generate-bridge: