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

https://github.com/linuxsuren/orbit-assistant

Help you to record your team member's activities with GitHub Actions
https://github.com/linuxsuren/orbit-assistant

assistant hacktoberfest orbit

Last synced: 4 months ago
JSON representation

Help you to record your team member's activities with GitHub Actions

Awesome Lists containing this project

README

          

Orbit Assistant

## GitHub Actions
You can use this project as a GitHub Actions.

### Example usage
```yaml
uses: linuxsuren/orbit-assistant@master
env:
ORBIT_TOKEN: `your-token`
```

### Environment
* `ORBIT_TOKEN` - Required, is the token of your Orbit account.

### Want to help?
See also [the official document of GitHub actions](https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action).