aasmal97/Render Secrets Sync

Update secrets on a Render Service, programmatically

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 5, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: aasmal97/rendersecretssync@fe9cef21c7236f109ebea5182fc4e7dd36e32c73 # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
ENV_FILE_PATHThe file path to the .env file that we will read to update render onyes""
RENDER_API_KEYRender API key, which we will use to make requests to Renderyes""
RENDER_SERVICE_NAMERender service name, that identifies the service we will target, to update secrets on. This must be unique! If you have more than one service that shares the same name, the change will occur on the first one found.yes""
DELETE_ALL_NOT_IN_ENVDelete all secrets not found in the .env file.nofalse
DELAY_DEPLOY_AFTER_SECRETSDelay deployment by this many milliseconds after secrets have been updated.no0

no outputs