mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 21:42:27 +08:00
ci(PR-CI): grant only read permission for contents in CI (#9246)
This commit is contained in:
parent
ded941b7b9
commit
13a834ceaa
3
.github/workflows/pr-ci.yml
vendored
3
.github/workflows/pr-ci.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Pull Request CI
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user