Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/open-rules-dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Open Rules Submodule Dispatch

on:
push:
branches: [main]
Expand All @@ -11,4 +13,4 @@ jobs:
- name: Dispatch to cdisc-open-rules
run: gh api repos/cdisc-org/cdisc-open-rules/dispatches -f event_type=engine-updated
env:
GH_TOKEN: ${{ secrets.OPEN_RULES_PAT }}
GH_TOKEN: ${{ secrets.OPEN_RULES_PAT }}
Loading