Skip to content

Commit

Permalink
fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Jun 5, 2024
1 parent d7373f3 commit 078aa22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -88,10 +88,11 @@ jobs:

- name: Perform CodeQL Analysis
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false
env_vars: OS
files: ./coverage.out
fail_ci_if_error: true
env_vars: OS
flags: unittests
verbose: false

0 comments on commit 078aa22

Please sign in to comment.