Skip to content

Commit

Permalink
chore(deps): Bump getsentry/action-github-app-token from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [getsentry/action-github-app-token](https://github.com/getsentry/action-github-app-token) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/getsentry/action-github-app-token/releases)
- [Commits](getsentry/action-github-app-token@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: getsentry/action-github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent d2badec commit 96ddc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Required for short-lived token provided to Semantic Release
- name: "Obtain Github App token"
id: app-token
uses: getsentry/action-github-app-token@v2.0.0
uses: getsentry/action-github-app-token@v3.0.0
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
Expand Down

0 comments on commit 96ddc32

Please sign in to comment.