Skip to content

Commit

Permalink
passed GITHUB_TOKEN for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
thenewguy committed Feb 11, 2021
1 parent 2b76efb commit 1703f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
env:
DJANGO: ${{ matrix.django }}
DATABASE: ${{ matrix.database }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: Python ${{ matrix.python-version }} | Django ${{ matrix.django }} | Database ${{ matrix.database }}

Expand Down

0 comments on commit 1703f38

Please sign in to comment.