Skip to content

Commit 593bafd

Browse files
committed
Use the existing CODECOV_TOKEN yaml syntax
1 parent a2790a1 commit 593bafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-on-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
c_extension: false
1616
headless: false
1717
secrets:
18-
CODECOV_TOKEN: secrets.CODECOV_TOKEN
18+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)