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

Issue with "secrets-sync-action" in internal repositories #108

Open Marouane-Belbouhali opened 1 year ago

Marouane-Belbouhali commented 1 year ago

Previously, we utilized the "secrets-sync-action" to synchronize secrets between repositories. Up until July 12th, the action was registered as "google/secret-sync-action." After that date, the organization was changed to "jpoehnelt/secret-sync-action."

Unfortunately, our workflow is currently nonfunctional, as the action can no longer be employed in our repository. It appears that our organization has imposed restrictions on the actions that can be invoked from workflows.

Has anyone managed to solve this issue?

Laugslander commented 10 months ago

@Marouane-Belbouhali You can check the Action permissions in the settings of your repository. Alternatively, you can fork the action to your own organization.