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

How to sync environment and repository secrets that have the same name? #90

Open OpenAIMP opened 1 year ago

OpenAIMP commented 1 year ago

I have a secret1 which is defined as both environment and repository secret. When I sync the secret, it updates the repository secret as environment secret whereas I wanted to update the environment secret as environment secret. Is syncing of secret with the same name supported?

Also, how can we update multiple environments?