Skip to content

Latest commit

 

History

History
54 lines (27 loc) · 1008 Bytes

File metadata and controls

54 lines (27 loc) · 1008 Bytes

GitHub Actions

  • Checkin And Listen
  • Sync Favorites

Note: You can manually disable some workflows as per your needs.

1. Fork this repo

2. Enable Actions

Click Actions , then click I understand my workflows, go ahead and enable them .

Click the Actions and enable them one by one .

3. Get session string

git clone https://github.com/lixvbnet/ncm-tools.git
cd ncm-tools
pip3 install -r requirements.txt
python3 ncm_login.py

After successful login, get session string from ~/.ncm_cloud.key , copy its content.

4. Add secrets

Add a secret:

  • Name: SESSION_STRING
  • Secret: Paste the session string copied from previous step.

Settings -> Secrets (Actions) -> New repository secret

image-20221213214914831

5. Trigger Action

  • Automatically trigger every day
  • Manually trigger by Star your repo

6. View build logs

Click Actions -> ${ActionName} -> build