Skip to content

Commit 325ef58

Browse files
committed
chore: add renovate repo env
1 parent bf04b30 commit 325ef58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/renovate.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ jobs:
1212
renovate:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
1618
- name: Self-hosted Renovate
1719
uses: renovatebot/github-action@v43.0.10
1820
with:
1921
token: ${{ secrets.RENOVATE_TOKEN }}
22+
env:
23+
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 commit comments

Comments
 (0)