Skip to content

Merge pull request #18 from a-dubaj/dependabot/npm_and_yarn/follow-re… #54

Merge pull request #18 from a-dubaj/dependabot/npm_and_yarn/follow-re…

Merge pull request #18 from a-dubaj/dependabot/npm_and_yarn/follow-re… #54

Workflow file for this run

on: push
name: Slack Notification
jobs:
slackNotification:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_COLOR: ${{ job.status }} # or a specific color like 'good' or '#ff00ff'
SLACK_ICON: https://github.com/rtCamp.png?size=48
SLACK_MESSAGE: 'Post Content :rocket:'
SLACK_TITLE: Flow CRM Application
SLACK_USERNAME: rtCamp
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}