use action config, don't require github token

fixes #11
This commit is contained in:
Denis Isaev
2020-05-09 16:27:58 +03:00
parent 6993abb7cd
commit 27e14e0f3f
9 changed files with 150 additions and 48195 deletions

View File

@ -15,7 +15,7 @@ jobs:
npm install
npm run prepare-deps
npm run all
git diff && git diff --cached
git diff --exit-code
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
@ -23,5 +23,4 @@ jobs:
- uses: ./
with:
version: v1.26
args: --issues-exit-code=0 ./sample/...
github-token: ${{ secrets.GITHUB_TOKEN }}
args: --issues-exit-code=0 ./sample/...