Skip to content

Commit

Permalink
chore: restored env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jul 16, 2024
1 parent ead7f4a commit 8dc079b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { StaticDecode } from "@sinclair/typebox";
import "dotenv/config";
import { StandardValidator } from "typebox-validators";

export const envSchema = T.Object({});
export const envSchema = T.Object({
workflowName: T.String(),
});

export const envValidator = new StandardValidator(envSchema);

Expand Down

0 comments on commit 8dc079b

Please sign in to comment.