Skip to content

Commit

Permalink
Add built distro files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2021
1 parent aecc8a3 commit c6de82d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,15 @@ const fs = __nccwpck_require__(5747);
try {
const tenantName = core.getInput('tenant-name');
const jwtSecret = core.getInput('api-secret');
const filePath = core.getInput('template-file');

const BASE_URL = "https://us.healthbot.microsoft.com/";
const jwtToken = jwt.sign({
tenantName: tenantName,
iat: Math.floor(Date.now() / 1000)
}, jwtSecret);

console.log(filePath);
const body = fs.readFileSync(core.getInput('template-file'));
console.log(body);

Expand Down

0 comments on commit c6de82d

Please sign in to comment.