Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding github config file for adding the github variables there #30

Closed

Conversation

fforres
Copy link
Member

@fforres fforres commented Jan 23, 2016

Ref: #20

if (!input['gh-token'] && process.env.GITHUB_TOKEN) {
input['gh-token'] = process.env.GITHUB_TOKEN
// Checking it Github variables exist in '/config/github.js'
if (fs.exists('../config/github')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This path is a rather random path. How about putting it in ~/.nodeschool-admin.json ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Way better, will fix as soon as I get home.

@martinheidegger
Copy link
Contributor

@fforres alive?

@dinodsaurus
Copy link
Member

Hey @fforres are you still working on this one ?

@martinheidegger
Copy link
Contributor

The github configuration is only required due to its necessity for "list" which can be implemented entirely using http://team.nodeschool.io/teams.json now. Therefore this PR became irrelevant as far as I can tell. Will close it. @fforres Please let me know if this was premature.

@martinheidegger martinheidegger deleted the enhancement/adding_git_variables_to_token_file branch February 19, 2016 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants