Skip to content

Commit

Permalink
Add GitHub API key for automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Sep 20, 2017
1 parent 5b2ec71 commit fa82aba
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ language: go
sudo: false
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip
deploy:
provider: releases
api_key: $GITHUB_TOKEN
api_key:
secure: 'kewugKeaEgDvNMaapSbhMTgWXO1tje4sbyF8D77lbceOviTfKZkDKuuwVSwTU1NTKuHk5DnC00Rrfy7d4HP1xPT94P4AnI6oEjUvQvi43U8Ub/YGbrwTAZpqUyZJWwmkHaEikeFRIRuyTnHztM8/IQaEQyOvxtu2NOFnMVCpagQ='
file:
- bin/certstrap-${TRAVIS_TAG}-linux-amd64
- bin/certstrap-${TRAVIS_TAG}-darwin-amd64
Expand Down

0 comments on commit fa82aba

Please sign in to comment.