Skip to content

Commit 1c76140

Browse files
committed
👷 ci(github-workflows): 更新 GitHub Actions 中的令牌变量
- 将 `secrets.GITHUB_TOKEN` 替换为 `secrets.GH_PAT` 📝 docs(readme): 更新 README 文档内容 - 移除过时的截图 - 更新前端页面开发状态描述 - 移除管理后台开发状态描述
1 parent 9ba045c commit 1c76140

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
repository: eryajf/zenops-web
4141
path: zenops-web
42-
token: ${{ secrets.GITHUB_TOKEN }}
42+
token: ${{ secrets.GH_PAT }}
4343

4444
- name: 设置 Node.js 环境
4545
uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
repository: eryajf/zenops-web
2424
path: zenops-web
25-
token: ${{ secrets.GITHUB_TOKEN }}
25+
token: ${{ secrets.GH_PAT }}
2626

2727
- name: 设置 Node.js 环境
2828
uses: actions/setup-node@v4

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ ZenOps 是一个面向运维领域的数据智能化查询工具,通过统一
3131
3232
---
3333

34-
![](https://t.eryajf.net/imgs/2025/12/1766657550093.webp)
3534

36-
> 前端页面开发中。
35+
> 前端页面
36+
3737
![](./src/web.webp)
3838

39-
> 管理后台开发中。
4039

4140
## 快速开始
4241

0 commit comments

Comments
 (0)