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