mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
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:
parent
b06c665fa5
commit
69912f5ecb
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
2
.github/workflows/docs-release.yaml
vendored
2
.github/workflows/docs-release.yaml
vendored
|
@ -18,7 +18,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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue