Hi,
I'm trying to build a workflow to release some module.
Since in the org we would like to trigger the release manually (via workflow_dispatch) we can't use the default notifier that sends a nice and clear message to input the OTP
Trying the console notifier, instead, I get stuck here:
Because GH shows me the log when the step completes.
Did you have the same trouble per notifier: console use case?
would you mind to accept a PR to add an external notifier (like a message to Telegram or Discord)?
Hi, I'm trying to build a workflow to release some module.
Since in the org we would like to trigger the release manually (via
workflow_dispatch
) we can't use the defaultnotifier
that sends a nice and clear message to input the OTPTrying the
console
notifier, instead, I get stuck here:Because GH shows me the log when the step completes.
Did you have the same trouble per
notifier: console
use case? would you mind to accept a PR to add an external notifier (like a message to Telegram or Discord)?Ref https://github.com/fastify/releasify/issues/42