https://github.com/qiwihui/githubappcheckruns
github app check runs
https://github.com/qiwihui/githubappcheckruns
Last synced: 6 months ago
JSON representation
github app check runs
- Host: GitHub
- URL: https://github.com/qiwihui/githubappcheckruns
- Owner: qiwihui
- Created: 2021-02-19T05:12:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T05:13:34.000Z (over 4 years ago)
- Last Synced: 2025-02-08T11:41:28.251Z (8 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Workflow
===1. forward for local test
Browser smee.io and create a channel, then
```shell
pysmee forward https://smee.io/LgDQ8xrhy0q2GeET http://localhost:5000/events
```2. Create github app with some permissions
filling following:
- GitHub App name
- Homepage URL
- Webhook URL
- Webhook secretselect permissions:
- Repository permissions
- Checks: Read & write
- Contents: Read & write
- Pull requests: Read & write
- Subscribe to events
- check suite
- check runafter created
a. generate Private keys and get key file
- checkruntestapp.2020-11-28.private-key.pem
b. get app id3. install app to repository
select repository
4. run server
```shell
python main.py
```