A GitHub action to send a notification via Slack.
Image by Chatham House under Creative Commons Attribution 2.0
- A Slack webhook
- Something to say
on: push
name: BoJoNotoMoFo
jobs:
notify:
name: Notify Slack
runs-on: ubuntu-latest
steps:
- name: Slack Notification
uses: ace-teknologi/BoJoNotoMoFo@master
env:
MESSAGE: "Hi there!"
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}