This commit is contained in:
Smitha Borkar
2022-06-07 21:33:54 -07:00
parent 1775467e63
commit 07e8c6056f
5 changed files with 198 additions and 36 deletions

View File

@@ -4,6 +4,9 @@ const axios = require('axios')
async function getPageBaseUrl() {
try {
const pagesEndpoint = `https://api.github.com/repos/${process.env.GITHUB_REPOSITORY}/pages`
core.info("GITHUB_TOKEN : " + process.env.GITHUB_TOKEN)
const response = await axios.get(
pagesEndpoint,
{