Skip to content

Commit

Permalink
test_suite.yml now uses a secret coveralls token (Zulko#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko authored Jan 15, 2021
1 parent 8ec8f53 commit fad8eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ jobs:
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: w480ZQkQQ8I9wZECi8kA3m2SqqTjNis0Y
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: |
coveralls

0 comments on commit fad8eb1

Please sign in to comment.