Skip to content

Commit c9301db

Browse files
author
Géry Casiez
committed
Fixing CI
1 parent 167de67 commit c9301db

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

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

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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ deploy:
8686
provider: GitHub
8787
description: 'New release of libpointing'
8888
auth_token:
89-
secure: 1UNYGNi45HjR94wYYU6mMM1n9M2VE0gIVcyEjjJgixN1zkWxd16B/Bwz6PDksRv3
89+
secure: xxgI27Ht/bQ+zgE+1E36ch7Ydnsv7IiAQZ7OBdS/cOA5X01Py7zRiQ/+upYEQgXp
9090
on:
9191
appveyor_repo_tag: true
9292

0 commit comments

Comments
 (0)