Added GitHub Action to notify Sentry of releases

no issue

- automates the notification process upon a release published event
This commit is contained in:
Daniel Lockyer 2020-03-25 12:21:29 +00:00
parent f12238b11a
commit f054976d4f

17
.github/workflows/sentry.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Sentry
on:
release:
types: [published]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: tclindner/sentry-releases-action@v1.0.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: TryGhost
SENTRY_PROJECT: Ghost
with:
tagName: ${{ github.ref }}
environment: general