export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var async = require('async'); | |
var GitHubApi = require('@octokit/rest'); | |
var github = new GitHubApi({ | |
version: '3.0.0', | |
}); | |
github.authenticate({ | |
type: 'oauth', | |
token: 'XXXXXXX' |