https://github.com/anjakammer/post2_github-checks
Sends POST requests to the GitHub Checks API
https://github.com/anjakammer/post2_github-checks
brigade github-api nodejs
Last synced: 10 months ago
JSON representation
Sends POST requests to the GitHub Checks API
- Host: GitHub
- URL: https://github.com/anjakammer/post2_github-checks
- Owner: anjakammer
- License: mit
- Created: 2019-02-11T02:23:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:32:03.000Z (about 2 years ago)
- Last Synced: 2023-12-15T06:41:21.580Z (about 2 years ago)
- Topics: brigade, github-api, nodejs
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
## Sends POST requests to the GitHub Checks API
### Required Environment Variables
| Key | Description |
| ----------------|------------------------------------------------------------------|
| `APP_NAME` | Developer or App Name |
| `URL` | https: //api.github.com/repos/[org]/[repo]/check-suites/[id] |
| `TOKEN` | jwt token to do api calls |