Skip to content

Update FUNDING.yml #144

Update FUNDING.yml

Update FUNDING.yml #144

Workflow file for this run

name: Slack Notification
on: push
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_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}