Skip to content

Commit ccfccf3

Browse files
committed
ci: rename bot name
1 parent e5b4e51 commit ccfccf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/daily.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- uses: tibdex/github-app-token@v1
1616
id: generate-token
1717
with:
18-
app_id: ${{ secrets.APP_ID }}
19-
private_key: ${{ secrets.PRIVATE_KEY }}
18+
app_id: ${{ secrets.MIRAKC_CI_BOT_APP_ID }}
19+
private_key: ${{ secrets.MIRAKC_CI_BOT_PRIVATE_KEY }}
2020
- uses: raven-actions/bot-details@v1
2121
id: bot-details
2222
with:
23-
bot-slug-name: mirakc-update-deps
23+
bot-slug-name: mirakc-ci
2424
- uses: actions/checkout@v3
2525
with:
2626
submodules: recursive

0 commit comments

Comments
 (0)