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

x/cicada/lib.ts>Secret#valueSync

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

Get a secret value from the secrets directory synchronously.

This is a synchronous version of value().

Returns

string

The secret value