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

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

Awesome Lists containing this project

README

          

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](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 |