Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/types.ts>SecretsData

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
type alias SecretsData
import { type SecretsData } from "https://deno.land/x/actionify@0.3.0/src/types.ts";

This context is the same for each job in a workflow run. You can access this context from any step in a job. This object contains all the properties listed below.

definition: Record<NonNullable<Base["secrets"]>, string> & { GITHUB_TOKEN: string; } & Record<LiteralString, string>