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
The action requests "The entity GUID to apply the deployment marker" for each deploy event. It means I have to collect a list of GUIDs for all services across all environments and use them in my workflow.
But we already have a 'service name' in both NewRelic and GH workflow. So why don't use it instead of GUID for calling this action?
The text was updated successfully, but these errors were encountered:
Hello @vitalykarasik,
bit think about how it could be integrated without minimal hardcode for big amount of applications, so I think I have found the most straightforward solution - write reusable action that will call NR api to get guid first, then use this output in deployment marker arguments.
As base for get_uid can be used this action, just use another cli call
The action requests "The entity GUID to apply the deployment marker" for each deploy event. It means I have to collect a list of GUIDs for all services across all environments and use them in my workflow.
But we already have a 'service name' in both NewRelic and GH workflow. So why don't use it instead of GUID for calling this action?
The text was updated successfully, but these errors were encountered: