We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167de67 commit c9301dbCopy full SHA for c9301db
2 files changed
.travis.yml
@@ -76,9 +76,7 @@ before_deploy:
76
77
deploy:
78
provider: releases
79
- # api_key: $GITHUB_API_KEY
80
- auth_token:
81
- secure: xxgI27Ht/bQ+zgE+1E36ch7Ydnsv7IiAQZ7OBdS/cOA5X01Py7zRiQ/+upYEQgXp
+ api_key: $GITHUB_API_KEY
82
file:
83
- "building-and-packaging/linux/debian/*.deb"
84
- "building-and-packaging/mac/*.tar.gz"
appveyor.yml
@@ -86,7 +86,7 @@ deploy:
86
provider: GitHub
87
description: 'New release of libpointing'
88
auth_token:
89
- secure: 1UNYGNi45HjR94wYYU6mMM1n9M2VE0gIVcyEjjJgixN1zkWxd16B/Bwz6PDksRv3
+ secure: xxgI27Ht/bQ+zgE+1E36ch7Ydnsv7IiAQZ7OBdS/cOA5X01Py7zRiQ/+upYEQgXp
90
on:
91
appveyor_repo_tag: true
92
0 commit comments