Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 694 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 694 Bytes

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