Skip to content

Commit 96cc168

Browse files
committed
feat: add to submodules
1 parent 605aeab commit 96cc168

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Notify ConvStack
2+
permissions:
3+
contents: read
4+
5+
on:
6+
push:
7+
branches: [main]
8+
9+
jobs:
10+
update-submodule:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Trigger convstack submodule update
14+
uses: peter-evans/repository-dispatch@v3
15+
with:
16+
token: ${{ secrets.CONVSTACK_PAT }}
17+
repository: convstack/convstack
18+
event-type: submodule-update
19+
client-payload: '{"repo": "schedule", "ref": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)