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 fb379c7 commit 641cbeeCopy full SHA for 641cbee
.github/workflows/test-and-deploy.yml
@@ -64,6 +64,11 @@ jobs:
64
user: __token__
65
password: ${{ secrets.PYPI_TOKEN }}
66
67
+ - name: Submit metric to Datadog
68
+ uses: sendgrid/dx-automator/actions/datadog-release-metric@main
69
+ env:
70
+ DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
71
+
72
notify-on-failure:
73
name: Slack notify on failure
74
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
0 commit comments