Skip to content

Commit 42ee199

Browse files
authored
Update renovate.yml
1 parent fba6c62 commit 42ee199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
workflow_dispatch:
66
jobs:
77
renovate:
8+
env:
9+
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
810
runs-on: ubuntu-latest
911
steps:
1012
- name: Checkout
1113
uses: actions/[email protected]
1214
- name: Self-hosted Renovate
1315
uses: renovatebot/[email protected]
14-
with:
15-
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)