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 d94fc47 commit 1ff3249Copy full SHA for 1ff3249
.github/workflows/test-and-deploy.yml
@@ -94,6 +94,11 @@ jobs:
94
user: __token__
95
password: ${{ secrets.PYPI_TOKEN }}
96
97
+ - name: Submit metric to Datadog
98
+ uses: sendgrid/dx-automator/actions/datadog-release-metric@main
99
+ env:
100
+ DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
101
+
102
notify-on-failure:
103
name: Slack notify on failure
104
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
0 commit comments