Skip to content

Commit 1ff3249

Browse files
authored
chore: push Datadog Release Metric upon deploy success (#591)
1 parent d94fc47 commit 1ff3249

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ jobs:
9494
user: __token__
9595
password: ${{ secrets.PYPI_TOKEN }}
9696

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+
97102
notify-on-failure:
98103
name: Slack notify on failure
99104
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')

0 commit comments

Comments
 (0)