Skip to content

florianldt/workplace-action

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

Repository files navigation

Workplace action

GitHub Action for sending a Workplace message.

Inputs

access-token

Required The Workplace Bot access token.

thread-key

Required The Workplace thread key to send the message.

text

Required The message to send. Default "Hello World!".

Example usage

uses: florianldt/workplace-action@master
with:
    access-token: ${{ secrets.WORKPLACE_ACCESS_TOKEN }}
    thread-key: ${{ secrets.WORKPLACE_THREAD_KEY }}
    text: 'Successful message!'