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

https://github.com/jottenlips/vestaboard-chorewheel-action

⚙️ Example GitHub action for making a chore wheel with Vestaboard
https://github.com/jottenlips/vestaboard-chorewheel-action

Last synced: over 1 year ago
JSON representation

⚙️ Example GitHub action for making a chore wheel with Vestaboard

Awesome Lists containing this project

README

          

# vestaboard-chorewheel-action
⚙️ Example GitHub action for making a chore wheel with Vestaboard

# Add these three keys to the Repository Secrets

VB_SUB_ID

VB_SUB_KEY

VB_SUB_SECRET

# Set the schedule on your action yaml

```
on:
schedule:
# run a cron job every sunday morning at 10 am CST
- cron: "0 15 * * 0"
```