We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f502be commit 5d8c1a3Copy full SHA for 5d8c1a3
1 file changed
.github/workflows/submodule_sender.yaml
@@ -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