From 2671ff718a5828dcb370fd2dd97edc7cb0cf80d6 Mon Sep 17 00:00:00 2001 From: "Quan, Tran Hoang" Date: Tue, 8 Feb 2022 13:35:41 +0000 Subject: [PATCH] Remove GITHUB_TOKEN to check if comments were added to PRs automatically --- .github/workflows/c-cpp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6ec80e9..381ee8e 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -55,7 +55,6 @@ jobs: uses: romeovs/lcov-reporter-action@v0.3.1 with: lcov-file: coverage.info - github-token: ${{ secrets.GITHUB_TOKEN }} if: ${{ github.event_name == 'pull_request_target' }} - name: cleaning afterworks