Hi,
I first time use renovate bot and have therefore copied this
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}
to my https://github.com/vkuehn/renovate-try/blob/main/.github/workflows/renovate.yml
sand the classic RENOVATE_TOKEN exists with full repo rights.
still renovate complains
Error: 'token' MUST be passed using its input or the 'RENOVATE_TOKEN' environment variable
how to run the most simple renovate bot on github actions ?
with config.js in root ?
Hi,
I first time use renovate bot and have therefore copied this
jobs: renovate: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate uses: renovatebot/github-action@v39.0.1 with: token: ${{ secrets.RENOVATE_TOKEN }}to my https://github.com/vkuehn/renovate-try/blob/main/.github/workflows/renovate.yml
sand the classic RENOVATE_TOKEN exists with full repo rights.
still renovate complains
how to run the most simple renovate bot on github actions ?
with config.js in root ?