mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-09 06:08:37 -06:00
20 lines
712 B
Plaintext
20 lines
712 B
Plaintext
# GitHub Personal Access Token with 'repo' and 'actions:read' scopes
|
|
# Generate at: https://github.com/settings/tokens
|
|
GITHUB_TOKEN=ghp_your_token_here
|
|
|
|
# GitHub Repository to download artifacts from (format: owner/repo)
|
|
# Example: Xevion/my-private-repo
|
|
GITHUB_REPOSITORY=owner/repository
|
|
|
|
# R2 Bucket name for storing releases
|
|
R2_BUCKET_NAME=borders
|
|
|
|
# Base URL for downloads (CDN/R2 public URL)
|
|
R2_BASE_URL=https://cdn.borders.xevion.dev
|
|
|
|
# R2 API Credentials (generate at: https://dash.cloudflare.com/r2/api-tokens)
|
|
# After creating an R2 API token, you'll receive these credentials
|
|
R2_ACCOUNT_ID=your_account_id_here
|
|
R2_ACCESS_KEY_ID=your_access_key_id_here
|
|
R2_SECRET_ACCESS_KEY=your_secret_access_key_here
|