Skip to content

Commit

Permalink
Use {{ }} in secrets.CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Nov 21, 2024
1 parent 28df303 commit 0a8c606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-and-codecov-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.LATEST_PYTHON_VERSION
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: secrets.CODECOV_TOKEN
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
with:
verbose: true
fail_ci_if_error: true
token: secrets.CODECOV_TOKEN
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0a8c606

Please sign in to comment.