Relative Content

Tag Archive for githubenvironment-variablesgithub-actionsoutputcomposite

How to convert GitHub actions output to environment vairiables?

Just to give some background, we are refactoring our action for fetching secrets and we are trying to keep it compatible with our old action, so that we don’t have to rewrite all of the workflows to make it work. The old action would put all the secrets in environment variables, whereas the new action is using google-github-actions/get-secretmanager-secrets, which sets the secrets as outputs of the action. Like so: