Skip to content

Commit d685d1b

Browse files
chore(deps): bump getsentry/action-github-app-token from 1 to 3 (#197)
Bumps [getsentry/action-github-app-token](https://github.com/getsentry/action-github-app-token) from 1 to 3. - [Release notes](https://github.com/getsentry/action-github-app-token/releases) - [Commits](getsentry/action-github-app-token@v1...v3) --- updated-dependencies: - dependency-name: getsentry/action-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a5b68c commit d685d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Get Release Bot Token
6161
id: get-token
6262
if: ${{ inputs.release && github.actor != 'dependabot[bot]' }}
63-
uses: getsentry/action-github-app-token@v1
63+
uses: getsentry/action-github-app-token@v3
6464
with:
6565
app_id: ${{ secrets.DS_RELEASE_BOT_ID }}
6666
private_key: ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)