mirror of
https://github.com/m5stack/CardputerZero-AppBuilder.git
synced 2026-05-20 11:51:57 -07:00
chore(czdev): set OAuth App client_id for CZDev CLI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
544f75c33b
commit
ca6d6fbfc4
@@ -9,7 +9,7 @@ use crate::github::GitHubClient;
|
||||
|
||||
// Register your own OAuth App at https://github.com/settings/applications/new
|
||||
// Device flow does not require a client secret.
|
||||
const GITHUB_CLIENT_ID: &str = "REPLACE_WITH_REAL_CLIENT_ID";
|
||||
const GITHUB_CLIENT_ID: &str = "Ov23li06cv5RkdEJXrhL";
|
||||
const DEVICE_CODE_URL: &str = "https://github.com/login/device/code";
|
||||
const ACCESS_TOKEN_URL: &str = "https://github.com/login/oauth/access_token";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user