Update run-renovate.yaml
This commit is contained in:
parent
c5252584f0
commit
233a7b4d62
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-renovate.yaml
vendored
4
.github/workflows/run-renovate.yaml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
token: '${{ steps.get_token.outputs.token }}'
|
||||
|
||||
- name: Renovate
|
||||
uses: renovatebot/github-action@v36.1.0
|
||||
|
@ -51,4 +51,4 @@ jobs:
|
|||
LOG_LEVEL: ${{ inputs.renovateLogLevel }}
|
||||
with:
|
||||
configurationFile: ${{ inputs.configurationFile }}
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
token: '${{ steps.get_token.outputs.token }}'
|
||||
|
|
Reference in a new issue