Skip to content

Instantly share code, notes, and snippets.

@liliankasem
Created August 19, 2021 19:48
Show Gist options
  • Select an option

  • Save liliankasem/40d05f659ab1caa8c75e8da314150758 to your computer and use it in GitHub Desktop.

Select an option

Save liliankasem/40d05f659ab1caa8c75e8da314150758 to your computer and use it in GitHub Desktop.
I forgot my secret, whoops
- powershell: |
$secret = $env:SECRET
Write-Host "mySecretVariable:"
$secret.ToCharArray()
env:
SECRET: $(mySecretVariable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment