Skip to content

Commit 5b3778d

Browse files
committed
ci: limit reusable workflow secrets
1 parent af3de5a commit 5b3778d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: CI
22

33
on: ['push', 'pull_request']
44

5+
permissions:
6+
contents: read
57
jobs:
68
CI:
79
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
8-
secrets: inherit
10+
secrets:
11+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)