diff options
-rw-r--r-- | .github/workflows/sentry_release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sentry_release.yaml b/.github/workflows/sentry_release.yaml index a54b52cb..e4f5df6a 100644 --- a/.github/workflows/sentry_release.yaml +++ b/.github/workflows/sentry_release.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Create a Sentry.io release - uses: tclindner/[email protected] + uses: tclindner/[email protected] env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: python-discord |