forked from tetherto/qvac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (15 loc) · 727 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (15 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# GitHub Personal Access Token (classic)
# Required scopes: repo (for qvac-registry-vcpkg access)
# Required scopes: read:packages (for GitHub Packages registry)
# Create at: https://github.com/settings/tokens
GH_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# HuggingFace Access Token
# Required for: model license verification (verify-model-licenses.js)
# Scope: read (default, no special permissions needed)
# Create at: https://huggingface.co/settings/tokens
HF_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# npm Access Token
# Required for: resolving @qvac scoped packages from npmjs.org
# Scope: read-only
# Create at: https://www.npmjs.com/settings/~/tokens
NPM_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"