ci: Updated main.yml

releases/v3
Tycho Bokdam 2019-10-18 11:57:45 +02:00
parent f330c69c10
commit 56c2aaffd3
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: yarn --production
- run: git add node_modules -f
- uses: ./
with:
github-token: ${{ secrets.github_token }}