Skip to content

Commit 167de67

Browse files
authored
Fixing travis auth_token missing
1 parent a276e66 commit 167de67

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ before_deploy:
7676

7777
deploy:
7878
provider: releases
79-
api_key: $GITHUB_API_KEY
79+
# api_key: $GITHUB_API_KEY
80+
auth_token:
81+
secure: xxgI27Ht/bQ+zgE+1E36ch7Ydnsv7IiAQZ7OBdS/cOA5X01Py7zRiQ/+upYEQgXp
8082
file:
8183
- "building-and-packaging/linux/debian/*.deb"
8284
- "building-and-packaging/mac/*.tar.gz"

0 commit comments

Comments
 (0)