Skip to content

GitHub action that posts a message to Twist thread.

Notifications You must be signed in to change notification settings

Doist/twist-post-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Action - Twist Post

GitHub action that posts a message to Twist thread through a thread integration.

Example

on:
  push:
    branches: [ dev ]

jobs:
  notify:
    runs-on: ubuntu-latest
    steps:
      uses: Doist/twist-post-action@master
      with:
        message: "Dev branch has been updated"
        install_id: ${{ secrets.TWIST_INTEGRATION_INSTALL_ID }}
        install_token: ${{ secrets.TWIST_INTEGRATION_INSTALL_TOKEN }}

About

GitHub action that posts a message to Twist thread.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •