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 26632b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
- name: Perform CodeQL Analysis
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false
env_vars: OS
files: ./coverage.out
fail_ci_if_error: true
env_vars: OS
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false

0 comments on commit 26632b8

Please sign in to comment.