Skip to content

Commit

Permalink
Removed extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Mar 6, 2020
1 parent 226f9c0 commit 8b1bb72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ This assumes you have your token stored there like this:
token = TOKEN_DATA
```



The `||` combinator allows you to configure multiple token sources which will be tried in order on first-read of the setting.

Note that your CI server will need to set the `GITHUB_TOKEN` environment variable as well, as well as any collaborators on your project. The environment-specific nature of these login credentials are a major part of why they are *not* just strings sitting in the `build.sbt` file. As an example, if you're using Travis, you can do something like the following:
Expand Down

0 comments on commit 8b1bb72

Please sign in to comment.