Skip to content

Commit

Permalink
ci: Replace token generator Action with official
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Sep 10, 2024
1 parent 0036534 commit fbf3041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Impersonate update bot
uses: tibdex/github-app-token@v2
uses: actions/create-github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
fi
- name: Impersonate update bot
uses: tibdex/github-app-token@v2
uses: actions/create-github-app-token@v1
id: generate-token
if: steps.update-files.outputs.has_changes
with:
Expand Down

0 comments on commit fbf3041

Please sign in to comment.