Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokgak/popci
https://github.com/pokgak/popci
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pokgak/popci
- Owner: pokgak
- Created: 2024-10-06T09:56:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T06:20:48.000Z (4 months ago)
- Last Synced: 2024-12-21T00:10:49.492Z (about 1 month ago)
- Language: Go
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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?