Skip to content

Commit 22dea82

Browse files
committed
ci: limit reusable workflow secrets
1 parent 434e017 commit 22dea82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)