Skip to content

Commit

Permalink
Allow empty token
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbf committed Dec 7, 2020
1 parent 90bd3af commit 741e824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info 'tests/*' 'usr/*' --output-file coverage.info
lcov --list coverage.info
coveralls-lcov --repo-token ${{ secrets.COVERALLS_TOKEN }} coverage.info
coveralls-lcov --repo-token "${{ secrets.COVERALLS_TOKEN }}" coverage.info
- name: Build & push Docker image
uses: mr-smithers-excellent/docker-build-push@v5
Expand Down

0 comments on commit 741e824

Please sign in to comment.