Skip to content

Commit

Permalink
Merge pull request #27 from shogo82148/set-default-github-token
Browse files Browse the repository at this point in the history
set default value of github-token
  • Loading branch information
shogo82148 committed Jan 3, 2020
2 parents 0d61c38 + 5d9d4f3 commit d75ac08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Expand Up @@ -30,8 +30,7 @@ jobs:
- run: npm run build
- run: npm test
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-profile: profile.cov
parallel: true
job-number: ${{ strategy.job-index }}
Expand All @@ -52,5 +51,4 @@ jobs:
- run: npm run build
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
1 change: 1 addition & 0 deletions action.yml
Expand Up @@ -5,6 +5,7 @@ inputs:
github-token:
description: Coveralls uses this token to verify the posted coverage data on the repo and create a new check based on the results.
required: true
default: '${{ github.token }}'
path-to-profile:
description: a path to your cover profile.
required: false
Expand Down

0 comments on commit d75ac08

Please sign in to comment.