Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pokgak/popci


https://github.com/pokgak/popci

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# popci

- [X] one endpoint /webhook
- [X] receives payload from Github containing the event that triggered the webhook
- payload contains
* git commit
* workflow file?
- [X] runner executes the script in the workflow file
- [ ] store result for user to read later
- [ ] update github commit status

## questions

- how to multiplex the same endpoint to accept different payloads from Github, Gitlab, etc?
- how to grant CI access to (private) repository?