Skip to content

Commit 5d8c1a3

Browse files
committed
[submodule] update listener
1 parent 5f502be commit 5d8c1a3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- name: Notify root repository
2+
run: |
3+
curl -X POST \
4+
-H "Authorization: token ${{ secrets.BORA_ROOT_PAL }}" \
5+
-H "Accept: application/vnd.github.v3+json" \
6+
https://api.github.com/repos/boradevelopment/bora/dispatches \
7+
-d '{
8+
"event_type": "update_submodule",
9+
"client_payload": {
10+
"repo": "${{ github.repository }}",
11+
"branch": "${{ github.ref_name }}"
12+
}
13+
}'

0 commit comments

Comments
 (0)