mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
1acbe3e51a
no issue
17 lines
421 B
YAML
17 lines
421 B
YAML
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: ghost-foundation
|
|
SENTRY_PROJECT: ghost
|
|
with:
|
|
tagName: ${{ github.ref }}
|
|
environment: general
|