forked from mirror/NitWikit
设置权限
This commit is contained in:
parent
74b13d62e9
commit
4a6606b847
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -7,6 +7,12 @@ jobs:
|
||||
# 自动部署GitPage
|
||||
gitpage:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# https://segmentfault.com/q/1010000043363115
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
# 拉取代码
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user