Skip to content

Generate Static (stage) #8348

Generate Static (stage)

Generate Static (stage) #8348

name: Generate Static (stage)
on:
workflow_call:
secrets:
CF_USER:
required: true
CF_PASSWORD:
required: true
CF_ORG:
required: true
PROJECT:
required: true
DATABASE_BACKUP_BASTION_NAME:
required: true
schedule:
- cron: "30 * * * *"
permissions:
contents: read
jobs:
generate-static:
uses: ./.github/workflows/generate-static.yml
with:
CF_SPACE: staging
secrets: inherit