Skip to content

Commit

Permalink
Create sentry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flustix authored Sep 21, 2024
1 parent 7c67c94 commit 5f48489
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Push to Sentry

on:
push:

permissions:
contents: read

jobs:
sentry_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: https://sentry.flux.moe/
with:
environment: production

0 comments on commit 5f48489

Please sign in to comment.