Update schedule-renovate.yaml
This commit is contained in:
parent
ef007b5e22
commit
b35f6d1e77
1 changed files with 3 additions and 3 deletions
6
.github/workflows/schedule-renovate.yaml
vendored
6
.github/workflows/schedule-renovate.yaml
vendored
|
@ -32,6 +32,6 @@ jobs:
|
|||
configurationFile: ".github/renovate.json5"
|
||||
dryRun: ${{ inputs.dryRun || 'false' }}
|
||||
renovateLogLevel: ${{ inputs.logLevel || 'debug' }}
|
||||
# secrets:
|
||||
# app_id: ${{ secrets.BJWS_APP_ID }}
|
||||
# app_private_key: ${{ secrets.BJWS_APP_PRIVATE_KEY }}
|
||||
secrets:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
|
|
Reference in a new issue