Created
August 3, 2022 10:21
-
-
Save zuzuleinen/e0b3c21a219eda3b58b0ac56272f70ea to your computer and use it in GitHub Desktop.
Env cue
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
client: env: { | |
// load as a string | |
REGISTRY_USER: string | |
// load as a secret | |
REGISTRY_TOKEN: dagger.#Secret | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment