Skip to content

Commit 1778a98

Browse files
authored
Merge pull request #114 from Tieqiong/codc
explicitly pass codecov secrets
2 parents e081b10 + 12935f8 commit 1778a98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
project: diffpy.utils
1818
c_extension: false
1919
headless: false
20-
secrets: inherit
20+
secrets:
21+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)