Files
openhuman/scripts/ci-secrets.example.json
T
Steven Enamakel 2b157615a6 chore: update workflows and configuration
- Added `tauri.key` and `tauri.key.pub` to .gitignore.
- Removed Telegram-related environment variables from CLAUDE.md and documentation.
- Updated GitHub Actions workflows to use the latest version of `tauri-action`.
- Deleted legacy version bump workflow and added a new changelog update workflow.
- Introduced a script for testing release workflows locally.
2026-03-26 14:57:29 -07:00

27 lines
667 B
JSON

{
"secrets": {
"XGITHUB_APP_ID": "",
"XGITHUB_APP_PRIVATE_KEY": "",
"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": ""
},
"vars": {
"BASE_URL": "https://localhost",
"VITE_BACKEND_URL": "https://localhost:5005",
"VITE_SKILLS_GITHUB_REPO": "",
"VITE_SENTRY_DSN": "",
"VITE_DEBUG": "true"
}
}