From 180fb1cfbad2b8285928e78627fd3d9a47c2eaf2 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 4 Nov 2020 21:29:20 +0100 Subject: [PATCH] fix coveralls --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0f53fee..8a97b08 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -32,3 +32,5 @@ jobs: - name: Coveralls run: | coveralls + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}