Skip to content

Commit

Permalink
Stop using unobscured credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bsiegel committed May 30, 2018
1 parent fbf9265 commit 2078863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/momentOfTruthPostProcessing.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ let sdkFileSummaries = '', armFileSummaries = '';
let data = fs.readFileSync(logFilepath, 'utf8');
let jsonData = JSON.parse(data);

let token = process.env.GITHUB_TOKEN;
let token = process.env.GH_TOKEN;

octokit.authenticate({
type: 'token',
Expand Down

0 comments on commit 2078863

Please sign in to comment.