Update .gitea/workflows/renovate.yml
All checks were successful
renovate / renovate (push) Successful in 10s
All checks were successful
renovate / renovate (push) Successful in 10s
This commit is contained in:
@@ -15,13 +15,14 @@ jobs:
|
||||
- name: Checkout current repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Clone renovate-config repository
|
||||
- name: Clone renovate-config and copy config file
|
||||
run: |
|
||||
git clone https://${{ secrets.RENOVATE_TOKEN }}@git.fossy.my.id/Renovate-Clanker/renovate-config.git renovate-config
|
||||
git clone https://${{ secrets.RENOVATE_TOKEN }}@git.fossy.my.id/Renovate-Clanker/renovate-config.git /tmp/renovate-config
|
||||
cp /tmp/renovate-config/config.js ${{ gitea.workspace }}/config.js
|
||||
|
||||
- name: Run Renovate
|
||||
run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/renovate-config/config.js
|
||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user