Skip to content

fixes

fixes #59

Workflow file for this run

on: push
name: Slack
jobs:
slackNotification:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@master
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_USERNAME: 'sibyl-bot'
SLACK_FOOTER: ''
SLACK_ICON: 'https://raw.githubusercontent.com/sibyl-team/sib/master/examples/figs/sibbot.jpg'