Oleg P.
Oleg P.
> Hi @tibdex, yes, you are right! Then I don't know how to fix the problem, if I put this action into a reusable workflow the private_key seems to be...
the same, docker-compose: `version: '2' services: rancher-alarms: image: ndelitski/rancher-alarms:v0.1.7 environment: ALARM_SLACK_BOTNAME: rancher-alarms ALARM_SLACK_CHANNEL: '@here' ALARM_SLACK_TEMPLATE: 'Your service #{serviceName} from #{environmentName} become #{healthyState}' ALARM_SLACK_WEBHOOK_URL: https://hooks.slack.com/services/... labels: io.rancher.container.agent.role: environment io.rancher.container.create_agent: 'true' `