Skip to content

Commit 8ee3fec

Browse files
committed
chore: limit reusable workflow secrets
1 parent 38493da commit 8ee3fec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ permissions:
77
jobs:
88
CI:
99
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
10-
secrets: inherit
10+
secrets:
11+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)