Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
rename env params
Browse files Browse the repository at this point in the history
  • Loading branch information
selmertsx committed May 18, 2018
1 parent e930cb3 commit 3c7f276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/issuer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class Issuer {
public authenticate(): void {
return this.octokit.authenticate({
type: "token",
token: process.env.GitHubToken
token: process.env.GITHUB_TOKEN
});
}

Expand Down

0 comments on commit 3c7f276

Please sign in to comment.