Tracks Laravel/Nova releases by pushing the changes to your repository seemlessly. Twice a day at midday and midnight the github actions will run a scheduled action which will check for new releases.
- Fork the repository
- Secrets need to be configured
NOVA_PASSWORD
: liscense passwordNOVA_USER
: liscense username/emailNOVA_REPO_ACCESS_TOKEN
: PAT to your private nova tracking repository
- Variables
TARGET_NOVA_REPO
owner/name for the target nova repository (example: outl1ne/nova)
Issues & Pull Requests are welcome.