Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 287 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 287 Bytes

在 GitHub 仓库中,创建一个名为 ACCOUNTS_JSON 的 Secret,将 JSON 格式的账号密码字符串作为它的值。例如:
[
{ "username": "13XX", "password": "19XX" },
{ "username": "13XX", "password": "19XX" },
{ "username": "15XX", "password": "19XX" }
]