Update .gitea/workflows/renovate.yml
Some checks failed
renovate / renovate (push) Failing after 38s
Some checks failed
renovate / renovate (push) Failing after 38s
This commit is contained in:
@@ -5,16 +5,22 @@ on:
|
|||||||
- cron: "@daily"
|
- cron: "@daily"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- renovate
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: git.fossy.my.id/renovate-clanker/renovate:latest
|
container: git.fossy.my.id/renovate-clanker/renovate:latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout renovate-config repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: Renovate-Clanker/renovate-config
|
||||||
|
path: renovate-config
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: "/workspace/{{username}}/{{repo name}/config.js"
|
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/renovate-config/config.js
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
Reference in New Issue
Block a user