Skip to content

Commit

Permalink
Update auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Aug 22, 2018
1 parent 9f25772 commit 2c5edcc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- "$HOME/.gradle/caches/"
- "$HOME/.gradle/wrapper/"
deploy:
provider: releases
api_key: "$GITHUB_AUTH_TOKEN"
api_key:
secure: bFQ5xxla3p0Y6ry3EWZZonNPWiAAuCekCvErg5FWIq4C6G5VOyl8oYW8T2aRYjeWPZmHzdjme1eptZvwlLpRdekjnRhGRoJhDyam9mtMbAa6H4cqGiJAFXG1RaJeOy2199h2a4mf2Ldy4lxGFrA8tfuLqsXogPnZS5snuOQw9sY=
file: build/libs/rundeck-ec2-nodes-plugin-*.jar
file_glob: true
skip_cleanup: true
on:
tags: true
env:
global:
secure: Z5sNv+8SwzWTPnNDSGiQt063BKwhkurUMjuTOnu1ZLlkoVZfu7cn1fiWV9JRdb7/Asj/jA+EoVq+j8iSM2WQjrD6Nn51D7/TSiKju1ISVH4BOzAHOJGrGYOySgU2Jhc2jvO/oni3DJN261jKg5vwmQpZexteCKE3UflMmhNMbGU=
repo: rundeck-plugins/rundeck-ec2-nodes-plugin
notifications:
email: false
slack:
Expand Down

0 comments on commit 2c5edcc

Please sign in to comment.