Skip to content

Commit 6696c5c

Browse files
committedSep 18, 2024··
explicitly pass codecov secrets
1 parent e081b10 commit 6696c5c

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)
Please sign in to comment.