Skip to content

Commit 70b6d22

Browse files
committed
ci: limit reusable workflow secrets
1 parent c199f45 commit 70b6d22

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
@@ -12,4 +12,6 @@ permissions:
1212
jobs:
1313
test:
1414
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
15-
secrets: inherit
15+
secrets:
16+
17+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)