Skip to content

Commit

Permalink
fix: Adds GITHUB_TOKEN for coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebabey committed Nov 19, 2020
1 parent b6c9181 commit 72b018f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2
- name: Setup Nodejs
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Test
run: npm run test
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run coveralls
- name: Release
env:
Expand Down

0 comments on commit 72b018f

Please sign in to comment.