Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Fix netrc template format
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 14, 2018
1 parent 7c01957 commit 798245e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .netrc.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
machine: api.github.com
login: ${GH_TOKEN}
password: x-oauth-basic
machine api.github.com login ${GH_TOKEN} password x-oauth-basic

0 comments on commit 798245e

Please sign in to comment.