From 8a6c93ef755cb4cc127c4fe9e83c85647dac5e2a Mon Sep 17 00:00:00 2001 From: rodrigoanti <52768391+rodrigoanti@users.noreply.github.com> Date: Thu, 4 May 2023 19:49:58 -0400 Subject: [PATCH] Update main.js --- .github/actions/check-secrets-action/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/check-secrets-action/main.js b/.github/actions/check-secrets-action/main.js index 679abd9..8080ce6 100644 --- a/.github/actions/check-secrets-action/main.js +++ b/.github/actions/check-secrets-action/main.js @@ -4,7 +4,7 @@ const gradeLearner = require("./lib/gradeLearner"); async function run() { try { - const token = core.getInput("your-secret"); + const token = core.getInput("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"); const { owner, repo } = github.context.repo; const results = await gradeLearner(owner, repo, token);