#(V3) Deploying via github actions tries to login and fails
1 messages · Page 1 of 1 (latest)
OK this will get fixed with the new package too
I'm having the same issue. I'm deploying from my local for now, how are other people doing it?
I'm planning to deploy from local until this is fixed.
@wispy tinsel I know you've all been fixing many things and shipping great stuff in the past weeks, kudos to the team 🙌 Do you have any visibility as to when the new package will be released, so we can also enjoy deploying from GH Actions?
Sorry I forgot to message this channel – this was fixed early last week @true sable
There was a missing step in the GitHub Action (installing dependencies) which I've now added to the docs: https://trigger.dev/docs/v3/github-actions
As started in the instructions, you need to go into the Settings for your repo and add the TRIGGER_ACCESS_TOKEN as a secret. Generate a new Personal Access Token for GitHub Actions by going to your account settings in our dashboard.
Thanks @wispy tinsel , I'll try it right away!