Azure DevOps PAT Token
Used by all initiatives that connect to Azure DevOps. Stored in your browser's local storage only.
๐ How to get your ADO PAT token
- Go to dev.azure.com/vfuk-digital โ User Settings โ Personal Access Tokens
- Click New Token
- Set expiry, select vfuk-digital organization
- Under Scopes, select: Code (Read) and Work Items (Read)
- Click Create and copy the token โ it won't be shown again
GitHub Token (Copilot AI features)
Your personal GitHub token for Copilot API. Each user must provide their own token โ AI usage is billed against your individual Copilot quota.
๐ข Vodafone Enterprise account (recommended)
Don't have gh installed? Install it first:
๐ก Windows corporate laptop? Download the gh MSI installer from GitHub releases โ no admin rights or package manager needed. Or use scoop install gh if Scoop is available.
Then authenticate and get your token:
gh auth login --hostname github.com --git-protocol https --webgh auth tokenThe token starts with gho_ โ paste it above.
๐ค Personal GitHub account
Create a Classic PAT at github.com/settings/tokens with the copilot scope. Token starts with ghp_.
iOS Source Path (Story Extractor)
Path to the iOS modules directory inside the Azure DevOps repository. Format: {repo}/{internal/path/to/modules}
The first segment is the repository name; the rest is the path inside that repo.
Repo: https://dev.azure.com/vfuk-digital/Digital/_git/MVA-iOS ยท Scope path: /MVA-iOS/VFUK-iOS/Modules
Teams
ADO teams to track across all initiatives.
Organization: vfuk-digital ย |ย Project: Digital ย (fixed)
No teams configured yet. Click "Add Team" to get started.
Repository Pool
Add all ADO repositories your teams work on. These will be available for selection in the AI Productivity Index and other initiatives that track PR metrics.
Example: MVA-iOS, MVA-Android, mvax-api
No repositories added yet.