手动写 私有仓库, 接口只能获取到公有仓库
parent
fb5c899eb0
commit
5817a46d4d
@ -0,0 +1,6 @@
|
|||||||
|
const repoNames = ['data.chinahighlights.com', 'information-system', 'chinahighlights.com', 'asiahighlights.com', 'globalhighlights.com', 'trainspread.com', 'GHHub', 'dashboard'];
|
||||||
|
const repoRet = repoNames.map((ele) => ({ name: ele, owner: { login: 'hainatravel' } }));
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
privateRepo: repoRet,
|
||||||
|
};
|
Loading…
Reference in New Issue