mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +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
5
.github/workflows/example-basic.yml
vendored
5
.github/workflows/example-basic.yml
vendored
|
|
@ -1,11 +1,11 @@
|
|||
name: Basic example
|
||||
name: Example
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
jobs:
|
||||
basic-example:
|
||||
example:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -14,3 +14,4 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
configurationFile: 'test/config.js'
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue