Skip to content

Commit f768db3

Browse files
committed
feat: track releases on sentry
1 parent ed05ef1 commit f768db3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,13 @@ jobs:
1313
with:
1414
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
1515
heroku_app_name: "opencov-reloaded" #Must be unique in Heroku
16-
heroku_email: "yknx.4.b@gmail.com"
16+
heroku_email: "yknx.4.b@gmail.com"
17+
- uses: actions/checkout@v2
18+
- name: Create Sentry release
19+
uses: getsentry/action-release@v1
20+
env:
21+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
22+
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
23+
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
24+
with:
25+
environment: production

0 commit comments

Comments
 (0)