Created
August 19, 2021 19:48
-
-
Save liliankasem/40d05f659ab1caa8c75e8da314150758 to your computer and use it in GitHub Desktop.
I forgot my secret, whoops
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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