Skip to content

Commit 12446db

Browse files
gotmax23oraNod
authored andcommitted
ci: use official create-github-app-token action (#2499)
We should use the official action for retrieving the token to use for the issue/PR triage and dependency update workflows instead of the one we were using before.
1 parent 1ce9a2f commit 12446db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
echo "${event_json}"
3535
- name: Generate temp GITHUB_TOKEN
3636
id: create_token
37-
uses: tibdex/github-app-token@v2
37+
uses: actions/create-github-app-token@v2
3838
with:
39-
app_id: ${{ secrets.BOT_APP_ID }}
40-
private_key: ${{ secrets.BOT_APP_KEY }}
39+
app-id: ${{ secrets.BOT_APP_ID }}
40+
private-key: ${{ secrets.BOT_APP_KEY }}
4141
- name: Checkout parent repository
4242
uses: actions/checkout@v4
4343
- name: Install Python 3.11

0 commit comments

Comments
 (0)