jpoehnelt / secrets-sync-action

A Github Action that can sync secrets from one repository to many others.
https://github.com/marketplace/actions/secrets-sync-action
Apache License 2.0
314 stars 93 forks source link

Allow specification of private/public repositories only #52

Open Timeraa opened 3 years ago

Timeraa commented 3 years ago

It would be helpful to have an option to specify whether to only include private repositories in the regex matching or only public / both as default. That way you could for example match a whole organization with the regex but specify to only sync tokens to private repositories of that organizations as those secrets would need to be kept in private repositories.