Update .github/workflows/renovate.yml
This commit is contained in:
parent
cbb6599ce0
commit
c1e9371f6b
1 changed files with 3 additions and 4 deletions
7
.github/workflows/renovate.yml
vendored
7
.github/workflows/renovate.yml
vendored
|
@ -1,9 +1,8 @@
|
||||||
name: Run Renovate
|
name: Run Renovate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
schedule:
|
||||||
#schedule:
|
- cron: "13 * * * *"
|
||||||
# - cron: "13 * * * *"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
|
@ -31,7 +30,7 @@ jobs:
|
||||||
RENOVATE_PLATFORM: gitea
|
RENOVATE_PLATFORM: gitea
|
||||||
RENOVATE_REPOSITORY_CACHE: 'enabled'
|
RENOVATE_REPOSITORY_CACHE: 'enabled'
|
||||||
# github.token is not working here, it lacks some permissions required by Renovate
|
# github.token is not working here, it lacks some permissions required by Renovate
|
||||||
RENOVATE_TOKEN: ${{ secrets.renovate_token }} #${{ github.token }}
|
RENOVATE_TOKEN: ${{ secrets.renovate_token }}
|
||||||
|
|
||||||
- name: Save log file
|
- name: Save log file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue