We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082e3c5 commit 0b77438Copy full SHA for 0b77438
.github/workflows/test-and-deploy.yml
@@ -68,6 +68,11 @@ jobs:
68
user: __token__
69
password: ${{ secrets.PYPI_TOKEN }}
70
71
+ - name: Submit metric to Datadog
72
+ uses: sendgrid/dx-automator/actions/datadog-release-metric@main
73
+ env:
74
+ DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
75
+
76
notify-on-failure:
77
name: Slack notify on failure
78
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
0 commit comments