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 b45d438 commit 9703d54Copy full SHA for 9703d54
1 file changed
.github/workflows/react-component-ci.yml
@@ -1,6 +1,9 @@
1
name: ✅ test
2
on: [push, pull_request]
3
+permissions:
4
+ contents: read
5
jobs:
6
test:
7
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
- secrets: inherit
8
+ secrets:
9
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments