jpoehnelt / secrets-sync-action

A Github Action that can sync secrets from one repository to many others.

Home Page:https://github.com/marketplace/actions/secrets-sync-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

OpenAIMP opened this issue · 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?