Ok... i did some other tests and found out that the api token not work like the nova docs say. I cant replace password with token. I put my file in the same directory like composer on my local homestead than do composer install and it works. If i replace the password with the token it dont... i will go on testing, but still hope for tipps here. thx
Ok. For all with same problem... auth.json must be placed in main directory of your project. The same where also the main composer.json file is. The file must be look like that:
I now created a ssh user in forge and realised that we used nova.laravel instead of nova.laravel.com.
LAST QUESTION:
Would you save this auth.json within your project and store the file to github? I think this would also be the solution for the problems in Github Actions. Or is that also not allowed from Nova Licence?
@Pixelairport Hello, same problem here. I've tried your solution but it doesn't work for me. I think is because the deployment deletes all the content in the folder. Any idea?