Skip to content

Commit 9703d54

Browse files
committed
ci: limit reusable workflow secrets
1 parent b45d438 commit 9703d54

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: ✅ test
22
on: [push, pull_request]
3+
permissions:
4+
contents: read
35
jobs:
46
test:
57
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
6-
secrets: inherit
8+
secrets:
9+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)