Skip to content

Commit

Permalink
travis: dpl is not accepting API keys
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Sep 2, 2016
1 parent a0ae42d commit 05fe98d
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 @@ -40,7 +40,7 @@ after_success:
deploy:
provider: releases
file_glob: true
api_key: $GITHUB_TOKEN
api_key: "$GITHUB_TOKEN"
file: "dist/*"
skip_cleanup: true
on:
Expand Down

0 comments on commit 05fe98d

Please sign in to comment.