Skip to content

Commit 7a3ff91

Browse files
committed
ci: limit reusable workflow secrets
1 parent 3eecf3e commit 7a3ff91

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

0 commit comments

Comments
 (0)