Skip to content

Renovate

Renovate #77

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate
options: --user root #workaround for checkout
steps:
- name: Check out repository
uses: actions/checkout@v3 #using checkout to access workspace
- name: Run Renovate
env:
RENOVATE_CONFIG_FILE: ${{ github.workspace }}/config.js
LOG_LEVEL: debug
token: ${{ GITHUB_TOKEN }}

Check failure on line 22 in .github/workflows/renovatebot.yml

View workflow run for this annotation

GitHub Actions / Renovate

Invalid workflow file

The workflow is not valid. .github/workflows/renovatebot.yml (Line: 22, Col: 18): Unrecognized named-value: 'GITHUB_TOKEN'. Located at position 1 within expression: GITHUB_TOKEN
run: |
renovate
#${{ github.workspace }}/config.js:/usr/src/app/config.js
# env:
# LOG_LEVEL: debug
# RENOVATE_AUTO_APPROVE: true
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# run: |
# renovate
# docker run --rm \