Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Use GITHUB_API_KEY from environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo committed Jun 20, 2017
1 parent a0142c3 commit 08fd7d0
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 @@ -14,7 +14,7 @@ script:
deploy:
provider: releases
api_key:
secure: GITHUB_API_KEY
secure: $GITHUB_API_KEY
file: drush.phar
on:
tags: true

0 comments on commit 08fd7d0

Please sign in to comment.