Skip to content

Commit

Permalink
build(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 b6bdb17 commit d68cb3f
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 @@ -24,7 +24,7 @@ jobs:

- 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 d68cb3f

Please sign in to comment.