You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have created a git action of type workflow_dispatch and integrated deployment-marker-action. When executing it manually it is not working, but works fine with release workflow.
Error we are getting:
level=fatal msg="could not initialize New Relic client, make sure your profile is configured with newrelic profile configure"
Please confirm if this workflow is designed for only
release:
types: [published]
The text was updated successfully, but these errors were encountered:
Hi @rrbadam, this GitHub Action should work just fine with workflow_dispatch (just confirmed it works). Assuming you have your GitHub secrets set up properly, I'm not sure why it would work for your release workflow and then not work for the manual trigger in your case. But for some reason it sounds like it's not getting the inputs it needs, specifically your New Relic API key in this scenario.
We have created a git action of type workflow_dispatch and integrated deployment-marker-action. When executing it manually it is not working, but works fine with release workflow.
Error we are getting:
level=fatal msg="could not initialize New Relic client, make sure your profile is configured with
newrelic profile configure
"Please confirm if this workflow is designed for only
release:
types: [published]
The text was updated successfully, but these errors were encountered: