Skip to content

conocer/slack-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Action

A GitHub action to send a Slack message using a Slack bot token.

Set up

See https://api.slack.com/bot-users for information on setting up and installing a Slack Bot.

Inputs

Example Usage

      - name: Notify slack
        uses: conocer/slack-action@main
        with:
          token: ${{ secrets.SLACK_BOT_TOKEN }}
          payload: '{\"channel\":\"C123456789\", \"text\":\"Message\" }'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published