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 cdba15b commit 206ed1dCopy full SHA for 206ed1d
.github/workflows/test-and-deploy.yml
@@ -51,6 +51,11 @@ jobs:
51
make test
52
dotnet nuget push **/SendGrid*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
53
54
+ - name: Submit metric to Datadog
55
+ uses: sendgrid/dx-automator/actions/datadog-release-metric@main
56
+ env:
57
+ DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
58
+
59
notify-on-failure:
60
name: Slack notify on failure
61
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
0 commit comments