Skip to content

Instantly share code, notes, and snippets.

@4j17h
4j17h / github-copilot-cli-env-vars.md
Created September 26, 2025 08:19
GitHub Copilot CLI (Public Preview) Environment Variables

GitHub Copilot CLI Environment Variables

🔐 SECRET ENVIRONMENT VARIABLES

Variable Purpose Type Notes
GITHUB_TOKEN GitHub API authentication token Secret Token Used for GitHub API access and Git operations
GITHUB_COPILOT_API_TOKEN GitHub Copilot API authentication Secret Token Main Copilot API authentication
CAPI_HMAC_KEY HMAC key for Copilot API authentication Secret Key Used for request signing
CAPI_HMAC_KEY_OVERRIDE Override for CAPI HMAC key Secret Key Backup/override HMAC key
@4j17h
4j17h / obfuscator-config.js
Created February 15, 2022 16:33
Obfuscator Config
module.exports = {
"optionsPreset": "default",
"compact": true,
"selfDefending": false,
"disableConsoleOutput": false,
"splitStrings": true,
"splitStringsChunkLength": 4,
"splitStringsChunkLengthEnabled": true,
"stringArray": true,
"stringArrayRotate": true,