GitHub Action
Typetalk Notify
v0.0.4
Latest version
This action is for notifying any events like opening new issue on a github repository to Typetalk topic.
required API token for Typetalk API. The following document describes a way to get a token.
required Id of a topic to be notified.
required message to be sent to the topic specified by topic_id
.
name: Release announce
on:
release:
types: [published]
jobs:
steps:
- uses: satoryu/typetalk-notify@v0.0.3
with:
token: ${{ secrets.TYPETALK_TOKEN }}
topic_id: 165952 # Replace your topic's id
message: "${{ github.repository }} ${{ github.ref }} has been released :tada: :white_flower:"