Skip to content

Commit

Permalink
[FIX] Coveralls not picking GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Nov 27, 2024
1 parent 4393b3d commit 8787ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
fetch-depth: 0

- name: Test the project
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
eldev \
--debug \
Expand Down

0 comments on commit 8787ae0

Please sign in to comment.