From f8ede7f40cbfb6dba65ece9821dfebe1de106561 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Tue, 13 Feb 2024 04:42:50 +0900 Subject: [PATCH] fix token --- .github/workflows/coveralls.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 0fa7dca..f5f6077 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -28,7 +28,7 @@ on: env: BUILD_TYPE: Debug - TOKEN: ${{secrets.COVERITY_TOKEN}} + COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}} jobs: Windows: @@ -67,4 +67,4 @@ jobs: - name: Submit results to Coveralls using cpp-coveralls run: | pip install cpp-coveralls - coveralls -r ./ -E ".*/tests/.*" -E ".*/build_test/.*" -E ".*/demo/.*" -t "${{env.TOKEN}}" + coveralls -r ./ -E ".*/tests/.*" -E ".*/build_test/.*" -E ".*/demo/.*"