Change GITHUB_API_KEY to GITHUB_API_TOKEN, because librarian-puppet expects it
See https://github.com/rodjek/librarian-puppet/blob/master/lib/librarian/puppet/source/githubtarball.rb#L117
This commit is contained in:
parent
c1562353c0
commit
79cfd0029e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ boxen::example { 'best example ever':
|
|||
|
||||
## Development
|
||||
|
||||
Set `GITHUB_API_KEY` in your shell with a [Github oAuth Token](https://help.github.com/articles/creating-an-oauth-token-for-command-line-use) to raise your API rate limit. You can get some work done without it, but you're less likely to encounter errors like `Unable to find module 'boxen/puppet-boxen' on https://github.com`.
|
||||
Set `GITHUB_API_TOKEN` in your shell with a [Github oAuth Token](https://help.github.com/articles/creating-an-oauth-token-for-command-line-use) to raise your API rate limit. You can get some work done without it, but you're less likely to encounter errors like `Unable to find module 'boxen/puppet-boxen' on https://github.com`.
|
||||
|
||||
Then write some code. Run `script/cibuild` to test it. Check the `script`
|
||||
directory for other useful tools.
|
||||
|
|
Loading…
Reference in a new issue