chore: add renovate repo env

This commit is contained in:
Justineo
2025-09-08 01:40:52 +08:00
parent bf04b30dfa
commit 325ef58964

View File

@ -12,8 +12,12 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.10
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}