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 1ca4a08 commit 9a06318Copy full SHA for 9a06318
.github/workflows/test-and-deploy.yml
@@ -72,6 +72,11 @@ jobs:
72
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
73
run: mvn clean deploy -DskipTests=true -B -U -Prelease
74
75
+ - name: Submit metric to Datadog
76
+ uses: sendgrid/dx-automator/actions/datadog-release-metric@main
77
+ env:
78
+ DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
79
+
80
notify-on-failure:
81
name: Slack notify on failure
82
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
0 commit comments