mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
feat: add token input and account for Renovate WORKDIR
This commit is contained in:
parent
341841ebc6
commit
cd4dee3297
3 changed files with 23 additions and 7 deletions
|
|
@ -6,6 +6,14 @@ inputs:
|
|||
description: 'Renovate configuration file'
|
||||
required: false
|
||||
default: 'src/config.js'
|
||||
token:
|
||||
description: |
|
||||
Personal access token that Renovate should use. This should be configured
|
||||
using a GitHub secret.
|
||||
required: true
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'src/Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.configurationFile }}
|
||||
- ${{ inputs.token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue