**Technical Instructions** - please forgive the complexity
Access for each repo is tracked using the `./groups/` directory; each sub-directory represents a "group" (Note: some "groups" are also "roles", e.g. `admin`)
Most of the groups correspond directly to git repository names, aka "project name"
Create a symlink from the group-directory back to the keyfile
1. `cd groups/<project_name>`
- Explanation: Access for each repo is tracked using the `./groups/` directory; each sub-directory represents a "group" (Note: some "groups" are also "roles", e.g. `admin`)
- Most of the groups correspond directly to git repository names, aka "project name"
2. `ln -s ../../<path_to_key.gpg.pub>`
### Example
Add "Max Musterman" to the group for `devnso-adp-argocd`: