Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jred_lewis's avatar

Get Nova License Info from GitHub?

Is there a way to pass my Nova license email and password from GitHub to Laravel Forge? I can't think of another way except to explicitly write it out in my deployment script, but that would be a security risk.

0 likes
2 replies
martinbean's avatar

You can also use an API token created in your Nova account in place of your account’s password:

composer config http-basic.nova.laravel.com ${NOVA_USERNAME} ${NOVA_API_KEY}

Please or to participate in this conversation.