Merge pull request #24 from jahanson/renovate/tibdex-github-app-token-2.x
ci(github-action)!: Update tibdex/github-app-token action to v2
This commit is contained in:
commit
9a4575bc1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-renovate.yaml
vendored
2
.github/workflows/run-renovate.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Generate Token
|
||||
uses: tibdex/github-app-token@v1
|
||||
uses: tibdex/github-app-token@v2
|
||||
id: generate-token
|
||||
with:
|
||||
app_id: ${{ secrets.app_id }}
|
||||
|
|
Reference in a new issue