Skip to content

Commit b55e9a4

Browse files
committed
config mcpp-bot for workflow
1 parent 04ccf4e commit b55e9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
id: app-token
3333
uses: actions/create-github-app-token@v1
3434
with:
35-
app-id: ${{ secrets.APP_ID }}
36-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
35+
app-id: ${{ secrets.MCPP_BOT_APP_ID }}
36+
private-key: ${{ secrets.MCPP_BOT_APP_PRIVATE_KEY }}
3737
owner: mcpp-community
3838

3939
- name: Setup Python

0 commit comments

Comments
 (0)