Skip to content

Commit

Permalink
chore: map gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
fmal committed Oct 9, 2019
1 parent 85d828f commit 211f4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-cooker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// eslint-disable-next-line import/named
import { Cooker } from 'repo-cooker';

// process.env.REPO_COOKER_GITHUB_TOKEN = process.env.GH_TOKEN
process.env.REPO_COOKER_GITHUB_TOKEN = process.env.GH_TOKEN;

export const cooker = Cooker(process.argv, {
devtools: {
Expand Down

0 comments on commit 211f4ed

Please sign in to comment.