We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b38fc1 commit 3d7ee33Copy full SHA for 3d7ee33
.github/workflows/test-and-deploy.yml
@@ -95,6 +95,11 @@ jobs:
95
- name: Build and Push image
96
run: make docker-build docker-push
97
98
+ - name: Submit metric to Datadog
99
+ uses: sendgrid/dx-automator/actions/datadog-release-metric@main
100
+ env:
101
+ DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
102
+
103
notify-on-failure:
104
name: Slack notify on failure
105
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
0 commit comments