Skip to content

Commit

Permalink
chore: use dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 4, 2024
1 parent 3293d36 commit 3f8c1da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/workflow-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3f8c1da

Please sign in to comment.