Skip to content

Commit 770c80a

Browse files
authored
Merge pull request #2506 from oraNod/backport-stable-2.15
[stable-2.15] ci: use official create-github-app-token action (#2499)
2 parents 1ce9a2f + 12446db commit 770c80a

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)