From 35ff92004ede242169860dd32a98e81a5d474efd Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 13 Jan 2020 17:37:13 -0800 Subject: [PATCH] Try using dedicated secret --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c429ac73..abd016f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,4 @@ jobs: - name: Report to Coveralls run: luacov-coveralls --repo-token $REPO_TOKEN env: - REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }} \ No newline at end of file