ci(github-action)!: Update getsentry/action-github-app-token action to v2 (#105)

| datasource  | package                           | from | to |
| ----------- | --------------------------------- | ---- | -- |
| github-tags | getsentry/action-github-app-token | v1   | v2 |

Co-authored-by: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com>
This commit is contained in:
bjw-s-bot[bot] 2023-01-10 14:36:51 +01:00 committed by GitHub
parent b06c665fa5
commit 69912f5ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
steps:
- name: Get GitHub API token
id: get-app-token
uses: getsentry/action-github-app-token@v1
uses: getsentry/action-github-app-token@v2
with:
app_id: ${{ secrets.BJWS_APP_ID }}
private_key: ${{ secrets.BJWS_APP_PRIVATE_KEY }}