mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 20:27:44 +02:00
14 lines
688 B
Bash
14 lines
688 B
Bash
# Shared CastLabs EVS credentials for Widevine VMP signing (macOS DRM).
|
|
#
|
|
# Copy this file to .env.evs and fill in the values from the team password
|
|
# manager. run.sh sources .env.evs (gitignored) and uses these to authenticate
|
|
# the CastLabs EVS CLI non-interactively, so DRM signing works with no per-dev
|
|
# signup or prompts. Leave them blank to fall back to a one-time interactive
|
|
# signup instead. NEVER commit .env.evs.
|
|
#
|
|
# castlabs-evs reads these names directly from the environment (used by both
|
|
# `account reauth` and `vmp sign-pkg`). To wire signed RELEASES too, set the
|
|
# same two values as GitHub Actions secrets and reauth in release-macos.yml.
|
|
EVS_ACCOUNT_NAME=
|
|
EVS_PASSWD=
|