Skip to content

Commit

Permalink
use env var for token
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi committed Jun 29, 2017
1 parent ef5c54d commit 773738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-helper.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# GitHub API Token
token=null
token=${GITHUB_TOKEN}

#curl -H "Authorization: token $token" -s https://api.github.com/rate_limit

Expand Down

0 comments on commit 773738b

Please sign in to comment.