Github action sync issue
Hello there !
When I try to push my code first workflows to production env using github action I have 400 error with no message.
I need to sync 2 apps which re created in 2 different organizations in novu cloud.
I checked the secret keys and I don't think the problem is an authentication issue
6 Replies
@ahmed
Can you please check if you have the same secret key in env variable which is used in this github action file.
If that is correct. Can you please share the environmentId , organization name and error message (if any) to [email protected]?
Hello @Pawan Jain ! Thanks for the quick reply.
I have 2 different secret keys. One for each app / organization. And I am using github secrets to inject them in the action. Should I add other variable ?
env[format('{0}_BRIDGE_URL
and secrets[format('{0}_SECRET_KEY
should be correct
I want to make sure it is not interchangedno no I checked twice and I have different keys for each app
Okay, Could you please share envid , organization name to [email protected] ?
yes. I'll send these info now. Thank you 🙏
I just sent an email with all the info. Thanks in advance @Pawan Jain