Skip to content

leap-catalog

leap-catalog #23144

Workflow file for this run

name: leap-catalog
on:
pull_request:
branches:
workflow_dispatch:
schedule:
- cron: "*/30 * * * *" # every 30 minutes. https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
all-feedstocks:
uses: leap-stc/data-catalog-actions/.github/workflows/reusable-catalog-full.yml@main
with:
python-version: "3.12"
generation-path: "catalog/input.yaml"
output-directory: "catalog/"
secrets:
APP_ID: ${{ secrets.APP_ID }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}