Skip to content

Commit 704a85d

Browse files
authored
chore: push Datadog Release Metric upon deploy success (#483)
1 parent 126d0dc commit 704a85d

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
@@ -96,6 +96,11 @@ jobs:
9696
gem build *.gemspec
9797
gem push *.gem
9898
99+
- name: Submit metric to Datadog
100+
uses: sendgrid/dx-automator/actions/datadog-release-metric@main
101+
env:
102+
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
103+
99104
notify-on-failure:
100105
name: Slack notify on failure
101106
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')

0 commit comments

Comments
 (0)