Skip to content

Commit 0a8c606

Browse files
committed
Use {{ }} in secrets.CODECOV_TOKEN
1 parent 28df303 commit 0a8c606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/matrix-and-codecov-on-merge-to-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.LATEST_PYTHON_VERSION
5959
uses: codecov/codecov-action@v4
6060
env:
61-
CODECOV_TOKEN: secrets.CODECOV_TOKEN
61+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Diff for: .github/workflows/tests-on-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
with:
5151
verbose: true
5252
fail_ci_if_error: true
53-
token: secrets.CODECOV_TOKEN
53+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)