From 10aeb5225f46f05ef5d77ab63c17c1d3361b984b Mon Sep 17 00:00:00 2001 From: Smitha Borkar <12040799+smithaborkar@users.noreply.github.com> Date: Tue, 7 Jun 2022 22:18:54 -0700 Subject: [PATCH] Update context.js --- src/context.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context.js b/src/context.js index 64a7af9..e1b7b55 100644 --- a/src/context.js +++ b/src/context.js @@ -3,6 +3,7 @@ const core = require('@actions/core') // Load variables from Actions runtime function getRequiredVars() { return { + repositoryNwo: process.env.GITHUB_REPOSITORY, githubToken: core.getInput('token') } }