#(V3) Deploying via github actions tries to login and fails

1 messages · Page 1 of 1 (latest)

hollow summit
#

Hi,

I've setup the deployment via github actions following this guide (https://trigger.dev/docs/v3/github-actions), however when the action is run, it waits for login, resulting in error with:

25hX Error: You must login first. Use `trigger.dev login` to login.

Any suggestions?

wispy tinsel
#

OK this will get fixed with the new package too

true sable
#

I'm having the same issue. I'm deploying from my local for now, how are other people doing it?

hollow summit
true sable
#

@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?

wispy tinsel
#

Sorry I forgot to message this channel – this was fixed early last week @true sable

#

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.

true sable
#

Thanks @wispy tinsel , I'll try it right away!