We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229b972 commit e157293Copy full SHA for e157293
1 file changed
.github/workflows/update_contributors_list.yml
@@ -19,9 +19,9 @@ jobs:
19
steps:
20
- name: Generate app token
21
id: app-token
22
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v3
23
with:
24
- app-id: ${{ secrets.NIU_BOT_APP_ID }}
+ client-id: ${{ secrets.NIU_BOT_CLIENT_ID }}
25
private-key: ${{ secrets.NIU_BOT_PRIVATE_KEY }}
26
- name: Contribute List
27
uses: akhilmhdh/contributors-readme-action@v2.3.11
0 commit comments