Skip to content

Commit

Permalink
Add encrypted GitHub API token
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees committed Sep 6, 2017
1 parent 63a1f5d commit 0747fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jdk:
script: ./gradlew build compileMinJosmVersion && cp -T `find build/libs/*.jar | head -1` "build/libs/fieldpapers.jar"
deploy:
provider: releases
api_key:
secure: PutYourEncryptedApiKeyHere
file: "build/libs/fieldpapers.jar"
api-key:
secure: GUDz8pgKvi5M6m4oCMJoKqKT3GjU42PYTF97ASRaPjxVTXH0kETdmV0zADZuzITo5X5uALozP3pRjrtnnDFMmyyo+KIhhNplKr7T5aLJQMwI+bLT+ioseRlxqxAHPILf9qZKKbJKEsKAOEQ8N8fDxI5oyivXICT15LLjrCVS6Z8=
file: build/libs/fieldpapers.jar
on:
tags: true
jdk: openjdk8
Expand Down

0 comments on commit 0747fd0

Please sign in to comment.