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