Skip to content

Commit d2cff4f

Browse files
committed
ci: limit reusable workflow secrets
1 parent 8d51c08 commit d2cff4f

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

0 commit comments

Comments
 (0)