Skip to content

Commit

Permalink
Pass coveralls-token only for sbcl-bin.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 18, 2021
1 parent d89151e commit 4963578
Showing 1 changed file with 1 addition 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 @@ -94,7 +94,7 @@ jobs:
- uses: 40ants/run-tests@v2
with:
asdf-system: cl-info
coveralls-token: ${{ secrets.github_token }}
coveralls-token: ${{ matrix.lisp == 'sbcl-bin' && secrets.github_token }}

# This is additional step to check
# a command line script
Expand Down

0 comments on commit 4963578

Please sign in to comment.