diff --git a/src/workflow-entry.ts b/src/workflow-entry.ts index f77b5f2..aa810e0 100644 --- a/src/workflow-entry.ts +++ b/src/workflow-entry.ts @@ -5,6 +5,9 @@ import { envValidator, pluginSettingsSchema, PluginInputs, pluginSettingsValidat import { PluginContext } from "./utils/plugin-context-single"; import { proxyWorkflowCallbacks } from "./handlers/callbacks-proxy"; import { bubbleUpErrorComment, sanitizeMetadata } from "./utils/errors"; +import dotenv from "dotenv"; +dotenv.config(); + /** * How a GitHub action executes the plugin.