mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 17:49:36 +00:00
21 lines
522 B
Plaintext
21 lines
522 B
Plaintext
# Google Play API key (pick one approach)
|
|
#
|
|
# Recommended local path:
|
|
# GOOGLE_PLAY_JSON_KEY=/absolute/path/to/google-play-service-account.json
|
|
#
|
|
# Or raw JSON content for CI:
|
|
# GOOGLE_PLAY_JSON_KEY_DATA={"type":"service_account",...}
|
|
|
|
# Optional app targeting
|
|
# GOOGLE_PLAY_PACKAGE_NAME=ai.openclaw.app
|
|
|
|
# Release target
|
|
# GOOGLE_PLAY_TRACK=internal
|
|
# GOOGLE_PLAY_RELEASE_STATUS=completed
|
|
# GOOGLE_PLAY_VALIDATE_ONLY=1
|
|
|
|
# Metadata toggles
|
|
# SUPPLY_UPLOAD_METADATA=1
|
|
# SUPPLY_UPLOAD_IMAGES=1
|
|
# SUPPLY_UPLOAD_SCREENSHOTS=1
|