Skip to content

Commit 3ba7910

Browse files
committed
experiment with removing COVERALLS_TOKEN
1 parent 9673eba commit 3ba7910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
if: ${{ matrix.python-version == '3.8' && matrix.tarantool-version == '2.7' }}
6868
run: coveralls -v --service=github-actions
6969
env:
70-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
71-
GITHUB_TOKEN: $COVERALLS_REPO_TOKEN
70+
#COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
71+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)