Update context.js

This commit is contained in:
Smitha Borkar
2022-06-07 22:18:54 -07:00
committed by GitHub
parent ad7ab3a129
commit 10aeb5225f

View File

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