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

https://github.com/fomantic/apprentice-action

The project apprentice 🕴
https://github.com/fomantic/apprentice-action

action fomantic fomantic-ui

Last synced: 9 months ago
JSON representation

The project apprentice 🕴

Awesome Lists containing this project

README

          

# Fomantic Apprentice Action

Helps manage issues and pull requests for Fomantic staff

## Inputs

### `GITHUB_SECRET`

**Required** A GitHub secret token with access to the repository. This should be stored in a secret.

## Example usage

```yaml
uses: fomantic/apprentice-action@master
with:
GITHUB_SECRET: ${{ secrets.GITHUB_SECRET }}
```