Skip to content

Commit

Permalink
Merge pull request #114 from Tieqiong/codc
Browse files Browse the repository at this point in the history
explicitly pass codecov secrets
  • Loading branch information
sbillinge authored Sep 18, 2024
2 parents e081b10 + 12935f8 commit 1778a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/matrix-and-codecov-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
project: diffpy.utils
c_extension: false
headless: false
secrets: inherit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1778a98

Please sign in to comment.