chore(deps): Bump tibdex/github-app-token from 1 to 2 (#909)
This commit is contained in:
parent
63ff66a1d5
commit
3dc19c84c5
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Impersonate update bot
|
- name: Impersonate update bot
|
||||||
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 }}
|
||||||
|
|
|
@ -85,7 +85,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Impersonate update bot
|
- name: Impersonate update bot
|
||||||
uses: tibdex/github-app-token@v1
|
uses: tibdex/github-app-token@v2
|
||||||
id: generate-token
|
id: generate-token
|
||||||
if: steps.update-files.outputs.has_changes
|
if: steps.update-files.outputs.has_changes
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue