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 🕴
- Host: GitHub
- URL: https://github.com/fomantic/apprentice-action
- Owner: fomantic
- Created: 2019-11-15T08:40:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T19:04:30.000Z (9 months ago)
- Last Synced: 2025-04-09T20:21:37.348Z (9 months ago)
- Topics: action, fomantic, fomantic-ui
- Language: Liquid
- Homepage: https://fomantic-ui.com
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}
```