We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126d0dc commit 704a85dCopy full SHA for 704a85d
1 file changed
.github/workflows/test-and-deploy.yml
@@ -96,6 +96,11 @@ jobs:
96
gem build *.gemspec
97
gem push *.gem
98
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
+
104
notify-on-failure:
105
name: Slack notify on failure
106
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
0 commit comments