https://github.com/outl1ne/nova-release-tracking
Github Action to track nova releases
https://github.com/outl1ne/nova-release-tracking
laravel-nova
Last synced: 3 months ago
JSON representation
Github Action to track nova releases
- Host: GitHub
- URL: https://github.com/outl1ne/nova-release-tracking
- Owner: outl1ne
- Created: 2024-01-09T09:56:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T16:07:01.000Z (4 months ago)
- Last Synced: 2025-02-07T16:35:25.250Z (4 months ago)
- Topics: laravel-nova
- Language: JavaScript
- Homepage: https://outl1ne.com
- Size: 525 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Nova Release Tracking
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.### Setup
1. **Fork** the repository
2. **Secrets** need to be configured
- `NOVA_PASSWORD`: liscense password
- `NOVA_USER`: liscense username/email
- `NOVA_REPO_ACCESS_TOKEN`: PAT to your private nova tracking repository
3. **Variables**
- `TARGET_NOVA_REPO` owner/name for the target nova repository (example: outl1ne/nova)## Contribution
Issues & Pull Requests are welcome.
## Credits
- [Kaspar Rosin](https://github.com/KasparRosin)