Files
openhuman/scripts/ci-secrets.example.json
T
Steven Enamakel 9e88195c74 Update subproject reference and clean up GitHub Actions workflows
- 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.
2026-02-05 22:27:34 +05:30

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"
}
}