Skip to content

Commit 0b77438

Browse files
authored
chore: push Datadog Release Metric upon deploy success (#1049)
1 parent 082e3c5 commit 0b77438

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
user: __token__
6969
password: ${{ secrets.PYPI_TOKEN }}
7070

71+
- name: Submit metric to Datadog
72+
uses: sendgrid/dx-automator/actions/datadog-release-metric@main
73+
env:
74+
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
75+
7176
notify-on-failure:
7277
name: Slack notify on failure
7378
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')

0 commit comments

Comments
 (0)