refactor: pass api token explicitly

This commit is contained in:
2026-05-15 04:03:30 +00:00
parent e2ac450541
commit 5b34178553
3 changed files with 37 additions and 14 deletions
+15
View File
@@ -89,6 +89,21 @@
"location": "entrypoint.sh(整體)",
"title": "end-to-end tests",
"reason": "This repository intentionally excludes test fixtures and CI workflows."
},
{
"location": "entrypoint.sh:290-332",
"title": "main integration tests",
"reason": "This repository intentionally excludes test fixtures and CI workflows."
},
{
"location": "entrypoint.sh:78-120",
"title": "api_request mock tests",
"reason": "This repository intentionally excludes test fixtures and CI workflows."
},
{
"location": "entrypoint.sh:7-12",
"title": "token export preference",
"reason": "Token is now passed explicitly between functions instead of exported."
}
]
}