Send messages to Wire conversations using GitHub Actions.
Send a text:
- name: Wire Messenger
uses: wireapp/github-action-wire-messenger@v1
with:
email: ${{secrets.WIRE_EMAIL}}
password: ${{secrets.WIRE_PASSWORD}}
conversation: ${{secrets.WIRE_CONVERSATION}}
send_text: 'Hello, World!'
Send a GIF via Giphy:
- name: Wire Messenger
uses: wireapp/github-action-wire-messenger@v1
with:
email: ${{secrets.WIRE_EMAIL}}
password: ${{secrets.WIRE_PASSWORD}}
conversation: ${{secrets.WIRE_CONVERSATION}}
send_gif: 'meme'
Click the thumbnail if you want to watch our setup video: