We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccc5d8 commit ac9c0f7Copy full SHA for ac9c0f7
.github/workflows/test-and-deploy.yml
@@ -80,6 +80,11 @@ jobs:
80
gem build *.gemspec
81
gem push *.gem
82
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
+
88
notify-on-failure:
89
name: Slack notify on failure
90
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
0 commit comments