From e351df9cccdbd5f788c42e885b7993c602c75d16 Mon Sep 17 00:00:00 2001 From: Globalfun32y439y54 <165802055+Globalfun32y439y54@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:17:50 -0500 Subject: [PATCH] Update index.js --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 48cfb79..dfd3d14 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +const fs = require('fs'); + // Replace with your Crowdin API token and project ID const CROWDIN_API_TOKEN = process.env.INPUT_TOKEN; const PROJECT_ID = process.env.INPUT_PROJECT_ID;