github-action-wire-messenger
                                
                                 github-action-wire-messenger copied to clipboard
                                
                                    github-action-wire-messenger copied to clipboard
                            
                            
                            
                        Getting rid of the 'New device' email notification
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!
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.