ci: Replace token generator Action with official

Ref. tibdex/github-app-token#99
This commit is contained in:
Antoine Cotten
2024-09-10 14:27:14 +02:00
parent 0036534a54
commit fbf3041fa0
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Impersonate update bot - name: Impersonate update bot
uses: tibdex/github-app-token@v2 uses: actions/create-github-app-token@v1
id: generate-token id: generate-token
with: with:
app_id: ${{ secrets.APP_ID }} app_id: ${{ secrets.APP_ID }}

View File

@@ -85,7 +85,7 @@ jobs:
fi fi
- name: Impersonate update bot - name: Impersonate update bot
uses: tibdex/github-app-token@v2 uses: actions/create-github-app-token@v1
id: generate-token id: generate-token
if: steps.update-files.outputs.has_changes if: steps.update-files.outputs.has_changes
with: with: