mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-03-14 19:21:12 +08:00
📝 更新文档部署工作流程,添加对状态的写入权限并恢复 GITHUB_TOKEN 环境变量
This commit is contained in:
parent
bc3a4355c3
commit
d97145ee5e
@ -6,6 +6,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
statuses: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: pages
|
group: pages
|
||||||
@ -62,3 +63,4 @@ jobs:
|
|||||||
--release "$GITHUB_SHA"
|
--release "$GITHUB_SHA"
|
||||||
env:
|
env:
|
||||||
MELI_TOKEN: ${{ secrets.MELI_TOKEN }}
|
MELI_TOKEN: ${{ secrets.MELI_TOKEN }}
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user