We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53277e commit e0fc944Copy full SHA for e0fc944
1 file changed
.github/workflows/notify-ci-status.yml
@@ -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