Skip to content

Commit

Permalink
Remove GITHUB_TOKEN to check if comments were added to PRs automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
trhgquan authored Feb 8, 2022
1 parent 6d25293 commit 2671ff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2671ff7

Please sign in to comment.