Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cicada/lib.ts>Secret#value

Write CI/CD pipelines using TypeScript
Go to Latest
method Secret.prototype.value
import { Secret } from "https://deno.land/x/cicada@v0.1.49/lib.ts";

Get a secret value from the secrets directory asynchronously.

This is an asynchronous version of valueSync().

Returns

Promise<string>

The secret value