Skip to content

Commit d034827

Browse files
committed
debug github actions
1 parent 089e39f commit d034827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
coveralls
5858
env:
59-
COVERALLS_REPO_TOKEN: nUScGS6NOilMzRJdc38wYg1tcmf4xV4L9
59+
GITHUB_TOKEN: secrets.GITHUB_TOKEN
6060
COVERALLS_PARALLEL: true
6161
coveralls:
6262
runs-on: ubuntu-latest
@@ -70,7 +70,7 @@ jobs:
7070
pip install --upgrade coveralls
7171
coveralls --finish
7272
env:
73-
COVERALLS_REPO_TOKEN: nUScGS6NOilMzRJdc38wYg1tcmf4xV4L9
73+
GITHUB_TOKEN: secrets.GITHUB_TOKEN
7474
deploy:
7575
runs-on: ubuntu-latest
7676
needs:

0 commit comments

Comments
 (0)