github-action-wire-messenger icon indicating copy to clipboard operation
github-action-wire-messenger copied to clipboard

Getting rid of the 'New device' email notification

Open gvdenbro opened this issue 4 years ago • 1 comments

Hi everyone,

every time my workflow step gets triggered I get an email notification stating:

You may have installed Wire on a new device or installed it again on an existing one. If that was not the case, go to Wire Settings, remove the device and reset your password.

Is there a way to get rid of this email notification?

thanks!

gvdenbro avatar Nov 17 '20 17:11 gvdenbro

Hi @gvdenbro, you are getting this notification because the client type that is being used is "temporary":

https://github.com/wireapp/github-action-wire-messenger/blob/804bcc186af323a64fe0915df45bd20f66e28a4c/index.js#L11-L16

We would have to use permanent clients to change that but this requires us to save the cryptographic key material for the bot which is out of scope for this GitHub action.

bennycode avatar Sep 29 '21 15:09 bennycode