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