Update run-renovate.yaml
This commit is contained in:
parent
83e95cd754
commit
b0526ea821
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-renovate.yaml
vendored
2
.github/workflows/run-renovate.yaml
vendored
|
@ -51,4 +51,4 @@ jobs:
|
||||||
LOG_LEVEL: ${{ inputs.renovateLogLevel }}
|
LOG_LEVEL: ${{ inputs.renovateLogLevel }}
|
||||||
with:
|
with:
|
||||||
configurationFile: ${{ inputs.configurationFile }}
|
configurationFile: ${{ inputs.configurationFile }}
|
||||||
token: '${{ steps.get_token.outputs.token }}'
|
token: '${{ steps.generate-token.outputs.token }}'
|
||||||
|
|
Reference in a new issue