Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 589 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 589 Bytes

Slack bot using github actions

You can regularly send a message to slack using github actions.

How to use

  1. Create SLACK_API_TOKEN secret in your github repository. Set slack bot user token as SLACK_API_TOKEN. Get slack api token from here
  2. Set the channel name where you want to send a message to CHANNEL in send_message.py.
  3. Edit the message content message in send_message.py.
  4. Schedule a workflow. Please edit cron parameter in .github/workflows/send_message.yml. You can also run a workflow manually in github.