Skip to content

Commit 118f1e0

Browse files
Add Coveralls repo key to environment
1 parent a5a4848 commit 118f1e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- name: Configure Coverage
3434
# Only gather code coverage on Linux-SBCL
3535
if: matrix.os == 'ubuntu-latest' && matrix.lisp == 'sbcl-bin'
36-
run: echo "COVERALLS=true" >> $GITHUB_ENV
36+
run: |
37+
echo "COVERALLS=true" >> $GITHUB_ENV
38+
echo "COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }}" >> $GITHUB_ENV
3739
3840
# These steps run our tests
3941
# Windows needs to be run with the msys2 shell due to how roswell is installed

0 commit comments

Comments
 (0)