Skip to content

Commit 641cbee

Browse files
authored
chore: push Datadog Release Metric upon deploy success (#112)
1 parent fb379c7 commit 641cbee

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
@@ -64,6 +64,11 @@ jobs:
6464
user: __token__
6565
password: ${{ secrets.PYPI_TOKEN }}
6666

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

0 commit comments

Comments
 (0)