设置权限

This commit is contained in:
postyizhan 2024-03-23 13:47:27 +08:00
parent 74b13d62e9
commit 4a6606b847

View File

@ -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