Skip to content

Instantly share code, notes, and snippets.

@emileten
Created September 4, 2023 02:43
Show Gist options
  • Save emileten/9a717777d6457af7747cfcf61c0b2fc0 to your computer and use it in GitHub Desktop.
Save emileten/9a717777d6457af7747cfcf61c0b2fc0 to your computer and use it in GitHub Desktop.
Export github environment variables to current shell environment through github api
eval $(gh api repos/{owner}/{repo}/environments/{environment_name}/variables | jq -r '.variables[] | "export \(.name)=\(.value)"')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment