As of now we can set the secrets once on the version and they will not be overridden when we do the update.
We can add an option to sync env variable from Github secrets/variables so that if we need to change them, we can do it in Github and we don't have to do it on all miniactors separately, everything will be coordinated by Github.
To do this we just need to update the actorVersion we pass when doing actorClient.version(versionNumber).update(actorVersion) by adding the envVars object, more information in docs.
As of now we can set the secrets once on the version and they will not be overridden when we do the update.
We can add an option to sync env variable from Github secrets/variables so that if we need to change them, we can do it in Github and we don't have to do it on all miniactors separately, everything will be coordinated by Github.
To do this we just need to update the
actorVersionwe pass when doingactorClient.version(versionNumber).update(actorVersion)by adding theenvVarsobject, more information in docs.