Skip to content

Commit fcad19a

Browse files
author
murat
committed
Ro-Main'e haberci (workflow) eklendi
1 parent bae7ec6 commit fcad19a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/notify_main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Notify Ro-Main
2+
on: [push]
3+
4+
jobs:
5+
dispatch:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Trigger Ro-Main Update
9+
run: |
10+
curl -X POST -u "${{ secrets.RO_PAT_TOKEN }}" \
11+
-H "Accept: application/vnd.github.v3+json" \
12+
https://api.github.com/repos/Project-Ro-ASD/Ro-Main/dispatches \
13+
-d '{"event_type": "submodule_update"}'

0 commit comments

Comments
 (0)