mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-15 06:13:20 -06:00
Update source files
This commit is contained in:
19
scripts/release-manager/.env.example
Normal file
19
scripts/release-manager/.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user