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 da32b7a commit d0edacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dump-ci-stats-to-gcp-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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)
console.log("process.env.GCP_CREDENTIALS", process.env.GCP_CREDENTIALS, process.env.GITHUB_TOKEN)
const gcpCredentials = JSON.parse(process.env.GCP_CREDENTIALS);

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

0 comments on commit d0edacc

Please sign in to comment.