Skip to content

Commit

Permalink
Update dump-ci-stats-to-gcp-logs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneeb147 committed Oct 22, 2024
1 parent 931025f commit da32b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dump-ci-stats-to-gcp-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const runId = process.env.GITHUB_RUN_ID; // Run ID for this particular wor
const workflowUrl = `https://api.github.com/repos/${repo}/actions/runs/${runId}`;
const jobsUrl = `https://api.github.com/repos/${repo}/actions/runs/${runId}/jobs`;

console.log("process.env.GCP_CREDENTIALS", process.env.GCP_CREDENTIALS)
const gcpCredentials = JSON.parse(process.env.GCP_CREDENTIALS);

console.log("GCP CREDS:", gcpCredentials);
Expand Down

0 comments on commit da32b7a

Please sign in to comment.