kzccm1d4if10m2xaz1wqy3xar821pp1r-my-site-anaphoric-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit fe59fce83e9ea5f71fceea872dc44c5f5af7e4b6
parent 8b9b04f3443eecd03b62672ee07648bd38871384
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Wed, 28 Jul 2021 17:45:49 +0100

Try without codecov secret

Diffstat:
M.github/workflows/ci.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: RACKET_VERSION: "${{ matrix.racket }}" RACKET_CS: "${{ matrix.racket_cs }}" COV: "${{ matrix.cov }}" - #CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" + CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" steps: - uses: actions/checkout@v2 - name: Add to $PATH @@ -75,6 +75,9 @@ jobs: echo RACKET_CS="$RACKET_CS" echo COV="$COV" echo GITHUB_WORSPACE="$GITHUB_WORKSPACE" + echo INPUT_CODECOV_TOKEN="$INPUT_CODECOV_TOKEN" + echo CODECOV_TOKEN="$CODECOV_TOKEN" + printenv || env || set || true - name: Install Racket run: | export RACKET_DIR="$HOME/.racket"