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.
2 parents ed05ef1 + f768db3 commit 22ef4f8Copy full SHA for 22ef4f8
.github/workflows/deployment.yml
@@ -13,4 +13,13 @@ jobs:
13
with:
14
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
15
heroku_app_name: "opencov-reloaded" #Must be unique in Heroku
16
- heroku_email: "yknx.4.b@gmail.com"
+ 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