ci(github-action)!: Update tibdex/github-app-token action to v2
| datasource | package | from | to | | ----------- | ----------------------- | ---- | -- | | github-tags | tibdex/github-app-token | v1 | v2 |
This commit is contained in:
parent
e5f546219a
commit
174f360a0f
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Generate Token
|
- name: Generate Token
|
||||||
uses: tibdex/github-app-token@v1
|
uses: tibdex/github-app-token@v2
|
||||||
id: generate-token
|
id: generate-token
|
||||||
with:
|
with:
|
||||||
app_id: ${{ secrets.app_id }}
|
app_id: ${{ secrets.app_id }}
|
||||||
|
|
Reference in a new issue