|
|
@@ -0,0 +1,18 @@
|
|
|
+name: Trigger OrangeFox [OFRP] Build
|
|
|
+
|
|
|
+on:
|
|
|
+ push:
|
|
|
+ branches:
|
|
|
+ - android-12.1 # o la rama que quieras monitorear
|
|
|
+
|
|
|
+jobs:
|
|
|
+ dispatch:
|
|
|
+ runs-on: ubuntu-latest
|
|
|
+ steps:
|
|
|
+ - name: Trigger OFRP workflow in other repo
|
|
|
+ run: |
|
|
|
+ curl -X POST https://api.github.com/repos/Eduardob3677/TWRP_OFOX_PBRP_SHRP_Recovery_Builder/dispatches \
|
|
|
+ -H "Accept: application/vnd.github+json" \
|
|
|
+ -H "Authorization: Bearer ${{ secrets.GH_PERSONAL_TOKEN }}" \
|
|
|
+ -H "Content-Type: application/json" \
|
|
|
+ -d '{"event_type": "trigger-ofox"}'
|