Skip to content

Commit e157293

Browse files
committed
use client id instead of app id
1 parent 229b972 commit e157293

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update_contributors_list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
steps:
2020
- name: Generate app token
2121
id: app-token
22-
uses: actions/create-github-app-token@v1
22+
uses: actions/create-github-app-token@v3
2323
with:
24-
app-id: ${{ secrets.NIU_BOT_APP_ID }}
24+
client-id: ${{ secrets.NIU_BOT_CLIENT_ID }}
2525
private-key: ${{ secrets.NIU_BOT_PRIVATE_KEY }}
2626
- name: Contribute List
2727
uses: akhilmhdh/contributors-readme-action@v2.3.11

0 commit comments

Comments
 (0)