Skip to content

Commit

Permalink
Merge branch 'feature/etherspot-transaction-buidler-widget' of github…
Browse files Browse the repository at this point in the history
….com:etherspot/klimadao into feature/etherspot-transaction-buidler-widget
  • Loading branch information
poocart committed Sep 18, 2023
2 parents e5aa098 + b2f18bc commit 817bcf8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/notifications.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Send Slack notifications
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Send Slack deployment notifications
uses: arddluma/cloudflare-pages-slack-notification@v4
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACC_ID }}
project: ${{ secrets.CF_PROJECT }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
slackWebHook: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 817bcf8

Please sign in to comment.