We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c199f45 commit 70b6d22Copy full SHA for 70b6d22
1 file changed
.github/workflows/react-component-ci.yml
@@ -12,4 +12,6 @@ permissions:
12
jobs:
13
test:
14
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
15
- secrets: inherit
+ secrets:
16
+
17
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments