diff --git a/src/index.js b/src/index.js index 45c9cfa..17e0cb6 100644 --- a/src/index.js +++ b/src/index.js @@ -11,7 +11,7 @@ async function main() { try { const { repositoryNwo, githubToken, enablement, staticSiteGenerator, generatorConfigFile, proxy } = getContext() - const pageObject = await findOrCreatePagesSite({ repositoryNwo, githubToken, enablement }) + const pageObject = await findOrCreatePagesSite({ repositoryNwo, githubToken, enablement, proxy }) const siteUrl = new URL(pageObject.html_url) if (staticSiteGenerator) {