From 70a1569bd19c22048a152591097d422530496b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 09:07:05 +0000 Subject: [PATCH] build(deps): Bump getsentry/action-github-app-token from 1.0.6 to 2.0.0 (#124) Bumps [getsentry/action-github-app-token](https://github.com/getsentry/action-github-app-token) from 1.0.6 to 2.0.0. - [Release notes](https://github.com/getsentry/action-github-app-token/releases) - [Commits](https://github.com/getsentry/action-github-app-token/compare/v1.0.6...v2.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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c8510fa..f75e0270 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: "Obtain Github App token" id: app-token - uses: getsentry/action-github-app-token@v1.0.6 + uses: getsentry/action-github-app-token@v2.0.0 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}