8 lines
261 B
Bash
8 lines
261 B
Bash
UPLOAD_SECRET_KEY=your-secret-key-here
|
|
GITHUB_TOKEN=ghp_your-github-personal-access-token
|
|
GIT_BRANCH=main
|
|
GIT_REPO_URL=https://github.com/your-org/your-repo.git
|
|
|
|
# Optional: path to Blender binary (defaults to "blender" in PATH)
|
|
# BLENDER_PATH=/usr/bin/blender
|