Skip to content

Commit ac9c0f7

Browse files
authored
chore: push Datadog Release Metric upon deploy success (#130)
1 parent fccc5d8 commit ac9c0f7

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
@@ -80,6 +80,11 @@ jobs:
8080
gem build *.gemspec
8181
gem push *.gem
8282
83+
- name: Submit metric to Datadog
84+
uses: sendgrid/dx-automator/actions/datadog-release-metric@main
85+
env:
86+
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
87+
8388
notify-on-failure:
8489
name: Slack notify on failure
8590
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')

0 commit comments

Comments
 (0)