Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

wireapp/github-action-wire-messenger

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wire Messenger

Send messages to Wire conversations using GitHub Actions.

Usage

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'

Tutorial

Click the thumbnail if you want to watch our setup video:

Click to watch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5