Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Dispatch lib

Dispatch lib #2

Workflow file for this run

name: Dispatch lib
on:
push:
branches: [main]
paths:
- "schema/**"
workflow_dispatch:
jobs:
run_dispatch:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: run dispatch
run: |
gh workflow run "Update Schema" -R halcyon-org/blllib
env:
GH_TOKEN: ${{ secrets.ORG_TOKEN }}