fix forgejo action
/ renovate (push) Failing after 1s Details
ci/woodpecker/push/renovate Pipeline was successful Details

This commit is contained in:
SeanOMik 2024-06-13 20:13:04 -04:00
parent 2986e9ddd0
commit 61b7dbe602
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 9 additions and 6 deletions

View File

@ -7,19 +7,22 @@ on:
jobs:
renovate:
runs-on: docker
# container:
# image: 'renovate/renovate:37.146.0'
container:
image: 'ghcr.io/renovate/renovate:37.146.0'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: https://github.com/renovatebot/github-action@v40.1.12
with:
renovate-version: 37.146.0
token: ${{ secrets.RENOVATE_TOKEN }}
run:
renovate
#uses: https://github.com/renovatebot/github-action@v40.1.12
#with:
# renovate-version: 37.146.0
# token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.PERSONAL_TOKEN_GITHUB }}
# - name: Validate config