diff options
author | 2020-12-16 02:05:56 +0000 | |
---|---|---|
committer | 2020-12-16 02:05:56 +0000 | |
commit | b6855a62fb296b38621103ae8b4d2484d0a3c86f (patch) | |
tree | f6fbe0f7abc49419d507bb7847255ee86dcd2cdb /.github | |
parent | Merge pull request #31 from python-discord/renovate/configure (diff) |
Update all
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/create_sentry_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create_sentry_release.yml b/.github/workflows/create_sentry_release.yml index 557ebf6..de7814b 100644 --- a/.github/workflows/create_sentry_release.yml +++ b/.github/workflows/create_sentry_release.yml @@ -24,7 +24,7 @@ jobs: REACT_APP_OAUTH2_CLIENT_ID: ${{ secrets.CLIENT_ID }} - name: Create Sentry release - uses: getsentry/[email protected] + uses: getsentry/[email protected] env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: python-discord |