使用Github Actions编译alist-web前端时提示缺少api_token和project_id #6751
Replies: 8 comments
-
在你的repo设置里添加 |
Beta Was this translation helpful? Give feedback.
-
想问一下repo设置在哪里啊? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
好的好的,但是里面填什么?这个id和token是什么的的id和token? |
Beta Was this translation helpful? Give feedback.
-
获取CrowdinToken,AList语言包 https://crowdin.com/settings#api-key CROWDIN_PERSONAL_TOKEN:在上方步骤中获取的Crowdin Token |
Beta Was this translation helpful? Give feedback.
-
现在报错提示You do not have permission to view/edit project with provided id.怎么办? |
Beta Was this translation helpful? Give feedback.
-
你仔细看一下这个吧 |
Beta Was this translation helpful? Give feedback.
-
Crowdin 环境变量仅为在CI中获取语言包使用,仅管理员Token有此权限,如果你不需要多语言可以去掉其中的crowdin步骤,如果需要 可以修改workflow文件改为使用wget/curl 下载语言包 而不是使用crowdin |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.35.0
Driver used / 使用的存储驱动
无
Describe the bug / 问题描述
使用Github Actions编译alist-web前端时提示缺少api_token和project_id,但好像也没有地方需要填写,而且就算要填,填的是什么?

Reproduction / 复现链接
https://github.com/Simonzhang8/alist-web-zxm/actions/runs/9867467723/job/27247889726
Config / 配置
https://github.com/Simonzhang8/alist-web-zxm/tree/main/.github/workflows
Logs / 日志
No response
Beta Was this translation helpful? Give feedback.
All reactions