KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
Actions-buildUtils
★ 56
Open GitHub ↗
一些通用的白嫖github Actions的构建工具
Download README (.md)
Explore Similar Repositories
kips
:
Kaspa Improvement Proposals
bulutluoz
:
No description available.
Where-Are-Available-Chargers
:
查询东南大学九龙湖/丁家桥/无锡校区各个充电桩的可用情况
hugin-desktop
:
A secure and private messaging desktop application.
JDTLosses
:
[NeurIPS & MICCAI 2023] Optimization with JDTLoss and Evaluation with Fine-grained Metrics for Semantic Segmentation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Actions-buildUtils
?
Download (.md)
# Actions-buildUtils [](https://github.com/mzzsfy) 一些通用的白嫖github Actions的构建工具,记得给我点个star❤️ https://github.com/mzzsfy/Actions-buildUtils ## 使用教程 ### 填写参数 fork本仓库 ( **⚠️ GitHub 会根据此上游存储库计算您的 fork GitHub Actions 使用情况,这可能会导致此上游存储库被 GitHub 员工(如 [MagiskOnWSA](https://github.com/LSPosed/MagiskOnWSA))禁用,所以如果你需要长期或者大量的使用Actions,请使用非fork方法,方法见后文,感谢** ) 按如下操作添加参数  重要参数 - `DOCKER_HUB_USERNAME` docker-hub 用户名 - `DOCKER_HUB_ACCESS_TOKEN` docker-hub 读写权限token或者密码,建议使用token ### 构建 按如下步骤点击   快乐白嫖,记得给我点个star https://github.com/mzzsfy/Actions-buildUtils ### 私有库用法 github: 首先创建token https://github.com/settings/tokens/new git地址写法`https://oauth2:<token>@github.com/name/repo` 其它git服务 git地址写法`https://<username>:<password>@<url>` ## 非fork同步本仓库 因为 GitHub 会根据此上游存储库计算您的 fork GitHub Actions 使用情况,这可能会导致此上游存储库被 GitHub 员工(如 [MagiskOnWSA](https://github.com/LSPosed/MagiskOnWSA))禁用 所以你如果你需要长期或者大量的使用Actions,请不要使用fork,以下提供几种参考方法 ### 使用 git 命令 参考官方文档 大致逻辑是git clone 本仓库, 推送为新仓库,使用本地仓库做中转,实现文件的同步,后面面几种方法是不支持同步更改的 https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository ### 使用导入  填入本仓库地址  开启Actions  ### 使用模板生成  模板生成不确定是否能规避该风险,建议优先使用前面的方法