fix: 添加 notion-heartbeat.yml 显式权限声明(CodeQL安全修复)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
parent
c9d6495e5f
commit
1479da4e1c
|
|
@ -20,6 +20,9 @@ jobs:
|
||||||
heartbeat:
|
heartbeat:
|
||||||
name: 💓 工单心跳检测
|
name: 💓 工单心跳检测
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
actions: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue