Skip to content

Commit

Permalink
chore: add ${{ secrets.GITHUB_TOKEN }} (jobs.test.steps.with.github-t…
Browse files Browse the repository at this point in the history
…oken)

chore: add ${{ secrets.GITHUB_TOKEN }} (jobs.finish.steps.with.github-token)
  • Loading branch information
arlac77 committed Nov 22, 2020
1 parent 52abb4f commit ed8b203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: '${{ secrets.github_token }}'
github-token: '${{ secrets.GITHUB_TOKEN }}'
flag-name: 'run-${{ matrix.test_number }}'
path-to-lcov: build/coverage/lcov.info
parallel: true
Expand All @@ -59,6 +59,6 @@ jobs:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: '${{ secrets.github_token }}'
github-token: '${{ secrets.GITHUB_TOKEN }}'
path-to-lcov: build/coverage/lcov.info
parallel-finished: true

0 comments on commit ed8b203

Please sign in to comment.