Skip to content

Commit 72f6d60

Browse files
committed
ci: limit reusable workflow secrets
1 parent 770bc7e commit 72f6d60

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/react-component-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ permissions:
99
jobs:
1010
test:
1111
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
12-
secrets: inherit
12+
secrets:
13+
14+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)