mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
create sentry release
This commit is contained in:
parent
4c1bf68d86
commit
25d7709a8b
1 changed files with 10 additions and 0 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -49,6 +49,16 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tag_with_ref: true
|
||||
|
||||
- name: Create Sentry release
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
uses: getsentry/action-release@v1
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||
with:
|
||||
environment: production
|
||||
|
||||
- name: Send Telegram message
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
uses: appleboy/telegram-action@master
|
||||
|
|
Loading…
Reference in a new issue