Skip to content

Commit

Permalink
chore: changing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Nov 6, 2024
1 parent 9b2b31a commit 93de0ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ async function run() {
core.debug(`Temporary directory: ${tempDir}`);
console.log(`Temporary directory: ${tempDir}`); // This will also print the path to the console

// Set the temporary directory path as an output
core.setOutput('temp_directory', tempDir);

const tokenFilePath = path.join(tempDir, 'meshstack_token.json');
const tokenData = JSON.parse(fs.readFileSync(tokenFilePath, 'utf8'));
const token = tokenData.token;
Expand Down

0 comments on commit 93de0ec

Please sign in to comment.