Skip to content

Commit 73a0211

Browse files
committed
ci: notify convstack on push to main
1 parent 51f93a4 commit 73a0211

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)