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 770bc7e commit 72f6d60Copy full SHA for 72f6d60
1 file changed
.github/workflows/react-component-ci.yml
@@ -9,4 +9,6 @@ permissions:
9
jobs:
10
test:
11
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
12
- secrets: inherit
+ secrets:
13
+
14
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments