We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b4e51 commit ccfccf3Copy full SHA for ccfccf3
.github/workflows/daily.yml
@@ -15,12 +15,12 @@ jobs:
15
- uses: tibdex/github-app-token@v1
16
id: generate-token
17
with:
18
- app_id: ${{ secrets.APP_ID }}
19
- private_key: ${{ secrets.PRIVATE_KEY }}
+ app_id: ${{ secrets.MIRAKC_CI_BOT_APP_ID }}
+ private_key: ${{ secrets.MIRAKC_CI_BOT_PRIVATE_KEY }}
20
- uses: raven-actions/bot-details@v1
21
id: bot-details
22
23
- bot-slug-name: mirakc-update-deps
+ bot-slug-name: mirakc-ci
24
- uses: actions/checkout@v3
25
26
submodules: recursive
0 commit comments