feat: add token input and account for Renovate WORKDIR

This commit is contained in:
Jeroen de Bruijn 2020-03-19 23:00:43 +01:00
parent 341841ebc6
commit cd4dee3297
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
3 changed files with 23 additions and 7 deletions

View file

@ -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 }}