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