Skip to content

Commit

Permalink
Fix env var in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 25, 2018
1 parent e7d8547 commit 8c54d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ after_success:
- gitchangelog $(git describe --abbrev=0 --tags)..master > CHANGELOG.md
deploy:
- provider: releases
api_key: $GITUB_OAUTH_TOKEN
api_key: $GITHUB_OAUTH_TOKEN
file: CHANGELOG.md
skip_cleanup: true
on:
Expand Down

0 comments on commit 8c54d27

Please sign in to comment.