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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
"optionsPreset": "default", | |
"compact": true, | |
"selfDefending": false, | |
"disableConsoleOutput": false, | |
"splitStrings": true, | |
"splitStringsChunkLength": 4, | |
"splitStringsChunkLengthEnabled": true, | |
"stringArray": true, | |
"stringArrayRotate": true, |