mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
- Updated the subproject reference in the `skills` file to the latest commit. - Standardized quotes in the `deploy-gh-pages.yml` and `package-android.yml` workflows for consistency. - Removed unused Telegram API credentials from environment variables in workflows and example configuration files to streamline the setup.
27 lines
676 B
JSON
27 lines
676 B
JSON
{
|
|
"secrets": {
|
|
"XGH_TOKEN": "",
|
|
"GITHUB_TOKEN": "",
|
|
"UPDATER_GIST_URL": "",
|
|
"UPDATER_GIST_ID": "",
|
|
"UPDATER_PUBLIC_KEY": "",
|
|
"UPDATER_PRIVATE_KEY": "",
|
|
"UPDATER_PRIVATE_KEY_PASSWORD": "",
|
|
"APPLE_CERTIFICATE_BASE64": "",
|
|
"APPLE_CERTIFICATE_PASSWORD": "",
|
|
"APPLE_SIGNING_IDENTITY": "",
|
|
"APPLE_ID": "",
|
|
"APPLE_APP_SPECIFIC_PASSWORD": "",
|
|
"APPLE_TEAM_ID": "",
|
|
"VITE_TELEGRAM_BOT_USERNAME": "",
|
|
"VITE_TELEGRAM_BOT_ID": "",
|
|
"VITE_SENTRY_DSN": ""
|
|
},
|
|
"vars": {
|
|
"BASE_URL": "https://localhost",
|
|
"VITE_BACKEND_URL": "https://localhost:5005",
|
|
"VITE_SKILLS_GITHUB_REPO": "",
|
|
"VITE_DEBUG": "true"
|
|
}
|
|
}
|