parent
826a854933
commit
150fadd142
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
||||||
- name: Renovate
|
- name: Renovate
|
||||||
uses: ./.forgejo/actions/renovate
|
uses: ./.forgejo/actions/renovate
|
||||||
with:
|
with:
|
||||||
endpoint: ${{ github.server_url }}
|
endpoint: https://git.hsn.dev/api/v1/
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
args: ${{ github.repository }}
|
args: ${{ github.repository }}
|
||||||
save-cache: false
|
save-cache: true
|
||||||
|
|
Loading…
Reference in a new issue