Closed
Description
Describe the behaviour you'd like
I would like to be able to specify a scope for an environment variable like this:
owner/prefix-*
where all repos for an owner that have the prefix will get access to the environment variable
Describe alternatives you've considered
the only workaround currently is to give access using:
owner/*
but I don't want my secrets accessible in all my repos :(