jpoehnelt/secrets-sync-action

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

OpenAIMP opened this issue · 0 comments

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?