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
- Host: GitHub
- URL: https://github.com/jottenlips/vestaboard-chorewheel-action
- Owner: jottenlips
- Created: 2023-05-07T04:17:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T20:04:47.000Z (about 3 years ago)
- Last Synced: 2025-03-19T05:34:21.639Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```