We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7799518 commit 5da6557Copy full SHA for 5da6557
.github/workflows/test-and-deploy.yml
@@ -69,6 +69,11 @@ jobs:
69
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
70
run: mvn clean deploy -DskipTests=true -B -U -Prelease
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