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 86054fd commit ed7c58aCopy full SHA for ed7c58a
.github/workflows/pipeline.yml
@@ -340,6 +340,17 @@ jobs:
340
artifacts: ${{ steps.download-artifacts.outputs.download-path }}/*.yaml
341
token: ${{ secrets.GITHUB_TOKEN }}
342
allowUpdates: true
343
+ - name: Create Sentry Release
344
+ uses: getsentry/action-release@v1
345
+ with:
346
+ environment: production
347
+ ignore_empty: true
348
+ version: ${{ env.BUILD_VERSION }}
349
+ env:
350
+ SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
351
+ SENTRY_ORG: sentry
352
+ SENTRY_PROJECT: agent-operator
353
+ SENTRY_URL: https://sentry.prod.dotnet.contsec.com
354
- uses: act10ns/slack@v1
355
with:
356
status: ${{ job.status }}
0 commit comments