Skip to content

Commit e0fc944

Browse files
author
nbhatia823
committed
Microplane: add Github Action workflow for ci-notify
1 parent f53277e commit e0fc944

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Notify CI status
2+
3+
on: status
4+
5+
jobs:
6+
call-workflow:
7+
if: >-
8+
github.event.branches[0].name == 'master' &&
9+
(github.event.state == 'error' || github.event.state == 'failure')
10+
uses: Clever/ci-scripts/.github/workflows/reusable-notify-ci-status.yml@master
11+
secrets:
12+
CIRCLE_CI_INTEGRATIONS_URL: ${{ secrets.CIRCLE_CI_INTEGRATIONS_URL }}
13+
CIRCLE_CI_INTEGRATIONS_USERNAME: ${{ secrets.CIRCLE_CI_INTEGRATIONS_USERNAME }}
14+
CIRCLE_CI_INTEGRATIONS_PASSWORD: ${{ secrets.CIRCLE_CI_INTEGRATIONS_PASSWORD }}
15+
SLACK_BOT_TOKEN: ${{ secrets.DAPPLE_BOT_TOKEN }}

0 commit comments

Comments
 (0)