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') } }