Update schedule-renovate.yaml

This commit is contained in:
Joseph Hanson 2023-05-03 08:54:13 -05:00 committed by GitHub
parent ef007b5e22
commit b35f6d1e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,6 @@ jobs:
configurationFile: ".github/renovate.json5" configurationFile: ".github/renovate.json5"
dryRun: ${{ inputs.dryRun || 'false' }} dryRun: ${{ inputs.dryRun || 'false' }}
renovateLogLevel: ${{ inputs.logLevel || 'debug' }} renovateLogLevel: ${{ inputs.logLevel || 'debug' }}
# secrets: secrets:
# app_id: ${{ secrets.BJWS_APP_ID }} app_id: ${{ secrets.APP_ID }}
# app_private_key: ${{ secrets.BJWS_APP_PRIVATE_KEY }} app_private_key: ${{ secrets.APP_PRIVATE_KEY }}