Skip to content

Commit 4c78c28

Browse files
authored
chore: push Datadog Release Metric upon deploy success (#1341)
1 parent 6ef5e9a commit 4c78c28

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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
env:
6565
NODE_AUTH_TOKEN: ${{ secrets.NPM_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)