Skip to content

Commit

Permalink
Changed github api key encryption for deployment in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Khazin committed Apr 21, 2020
1 parent 8b52ebc commit 1c5cf8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: java
deploy:
provider: releases
api_key:
secure: $GITHUB_API_KEY
api_key: $GITHUB_API_KEY
skip_cleanup: true
file: target/releases/analysis-homoglyph-0.2.1.zip
on:
Expand Down

0 comments on commit 1c5cf8e

Please sign in to comment.