ViRb3 / magisk-frida

🔐 Run frida-server on boot with Magisk, always up-to-date
956 stars 129 forks source link

how to hook another github repository publish event? #14

Closed youngerier closed 3 years ago

youngerier commented 3 years ago

I was wondering how to hook another repo describe in README doc https://github.com/ViRb3/magisk-frida#how-fast-are-frida-server-updates, could you tell me how to make this 😁

ViRb3 commented 3 years ago

Hello. The hook was added by the Frida development team to their release process. It calls my GitLab repo using the GitLab Pipeline API, which in turn runs the Drone CI build process in this repo. I'm not sure why GitLab was necessary, it was some time ago. Let me know if you have any other questions.