We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb3f52 commit 9073c13Copy full SHA for 9073c13
.github/workflows/nightly.yaml
@@ -33,3 +33,16 @@ jobs:
33
PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
34
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
35
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
36
+
37
+ - name: Report failure
38
+ if: failure()
39
+ uses: masci/datadog@v1
40
+ with:
41
+ api-key: ${{ secrets.DD_API_KEY }}
42
+ events: |
43
+ - title: "Arduino CLI nighly build failed"
44
+ text: "Nightly build worfklow has failed"
45
+ alert_type: "error"
46
+ host: ${{ github.repository }}
47
+ tags:
48
+ - "project:arduino-cli"
0 commit comments