Skip to content

Commit

Permalink
Testing further changes (additional variant on the use of TOKENs as d…
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoophobus committed May 12, 2023
1 parent 7b3d7e4 commit 26d154b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ jobs:
# https://coveralls-python.readthedocs.io/en/latest/usage/configuration.html#github-actions-support
# https://github.com/TheKevJames/coveralls-python/issues/252
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github-actions
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls
Expand Down

0 comments on commit 26d154b

Please sign in to comment.