We would like to use contexts to select the secrets that each job of a workflow can have access to, but those context should not be shareable accros project.
Environment variables can be set on project basis, but they are shared accros all the jobs.
By creating project specific contexts, we could have a more fine-grained control over the secrets shared between the jobs, without sharing them with other projects.