From aa98915a87c02caa6f38720afc90b958e03ceb65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:33:59 +0000 Subject: [PATCH] Bump getsentry/action-github-app-token from 2 to 3 Bumps [getsentry/action-github-app-token](https://github.com/getsentry/action-github-app-token) from 2 to 3. - [Release notes](https://github.com/getsentry/action-github-app-token/releases) - [Commits](https://github.com/getsentry/action-github-app-token/compare/v2...v3) --- 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/auto-add-issues-to-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-add-issues-to-project.yaml b/.github/workflows/auto-add-issues-to-project.yaml index 8ad02516ca..0c2869ac60 100644 --- a/.github/workflows/auto-add-issues-to-project.yaml +++ b/.github/workflows/auto-add-issues-to-project.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Generate github-app token id: app-token - uses: getsentry/action-github-app-token@v2 + uses: getsentry/action-github-app-token@v3 with: app_id: ${{ secrets.DEVOPS_APP_ID }} private_key: ${{ secrets.DEVOPS_APP_PRIVATE_KEY }}