diff options
author | 2024-06-10 10:00:09 +0100 | |
---|---|---|
committer | 2024-06-10 10:00:09 +0100 | |
commit | 3cd3520acf7e28cff05d8c89ddc90b4c0340ec05 (patch) | |
tree | fc537d5eca5d431b76317692896b1d84797bbb86 /.github | |
parent | Merge pull request #1338 from python-discord/jb3/deployment/gunicorn-from-docker (diff) |
Bump tclindner/sentry-releases-action from 1.2.0 to 1.3.0 (#1339)
Bumps [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/tclindner/sentry-releases-action/releases)
- [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0)
---
updated-dependencies:
- dependency-name: tclindner/sentry-releases-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 9df791af..0cf5ce0b 100644 --- a/.github/workflows/sentry-release.yaml +++ b/.github/workflows/sentry-release.yaml @@ -10,7 +10,7 @@ jobs: - name: Checkout code 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 |