Skip to content

Commit 5da6557

Browse files
authored
chore: push Datadog Release Metric upon deploy success (#142)
1 parent 7799518 commit 5da6557

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/test-and-deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
7070
run: mvn clean deploy -DskipTests=true -B -U -Prelease
7171

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

0 commit comments

Comments
 (0)