From 118ebcc566aedd4e6035d4eaba664a91959e2223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:58:16 +0000 Subject: [PATCH] build(deps): bump getsentry/action-github-app-token from 2.0.0 to 3.0.0 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](https://github.com/getsentry/action-github-app-token/compare/97c9e23528286821f97fba885c1b1123284b29cc...d4b5da6c5e37703f8c3b3e43abb5705b46e159cc) --- updated-dependencies: - dependency-name: getsentry/action-github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 2aa2c3d..4a86e18 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -21,7 +21,7 @@ jobs: - name: Retrieve the admin token id: github-app - uses: getsentry/action-github-app-token@97c9e23528286821f97fba885c1b1123284b29cc + uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} @@ -42,7 +42,7 @@ jobs: - name: Retrieve the admin token id: github-app - uses: getsentry/action-github-app-token@97c9e23528286821f97fba885c1b1123284b29cc + uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }}