Skip to content

Commit 8822e57

Browse files
committed
ci: limit reusable workflow secrets
1 parent 433c7f8 commit 8822e57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)