Skip to content

Commit fbf3041

Browse files
committed
ci: Replace token generator Action with official
Ref. tibdex/github-app-token#99
1 parent 0036534 commit fbf3041

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Impersonate update bot
22-
uses: tibdex/github-app-token@v2
22+
uses: actions/create-github-app-token@v1
2323
id: generate-token
2424
with:
2525
app_id: ${{ secrets.APP_ID }}

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
fi
8686
8787
- name: Impersonate update bot
88-
uses: tibdex/github-app-token@v2
88+
uses: actions/create-github-app-token@v1
8989
id: generate-token
9090
if: steps.update-files.outputs.has_changes
9191
with:

0 commit comments

Comments
 (0)