Skip to content

GitHub Action to send notifications to Twist using the webhooks API

Notifications You must be signed in to change notification settings

VelocityCloud/twist-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

twist-action

A GitHub Action to send a message to a Twist thread. It uses the webhooks API.

Usage

You can use this action in any workflows. Here is an example:

on: push
name: Twist notification
jobs:
  do-something:
    name: Notify Twist
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Notify Twist about something
        uses: VelocityCloud/twist-action@master
        with:
          message: Hello, world!
        env:
          TWIST_WEBHOOK_URL: ${{ secrets.TWIST_WEBHOOK_URL }}

About

GitHub Action to send notifications to Twist using the webhooks API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages