Skip to content

Commit 6d2bba9

Browse files
committed
ci: limit reusable workflow secrets
1 parent 86b8783 commit 6d2bba9

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
@@ -6,4 +6,6 @@ permissions:
66
jobs:
77
test:
88
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
9-
secrets: inherit
9+
secrets:
10+
11+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)