diff options
author | 2024-06-10 12:06:18 +0000 | |
---|---|---|
committer | 2024-06-10 12:06:18 +0000 | |
commit | 31ece3e76f984787d1d5b66cf452c31d0445908e (patch) | |
tree | 6e2e8985ceb40a7eec9d3cf438cb1ba9aba827ad | |
parent | Merge pull request #3083 from python-discord/dependabot/pip/sentry-sdk-2.4.0 (diff) |
Bump tclindner/sentry-releases-action from 1.2.0 to 1.3.0
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]>
-rw-r--r-- | .github/workflows/sentry_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sentry_release.yml b/.github/workflows/sentry_release.yml index 265c71111..b02f41fa3 100644 --- a/.github/workflows/sentry_release.yml +++ b/.github/workflows/sentry_release.yml @@ -12,7 +12,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 |