File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ environment:
8
8
secure : dZo8X7uIxkv0RAieGg6J4zNyILq/3RxgzrI3rf4y3CY4rRHKHasO6FxpKI5USzs9
9
9
iric_access_token :
10
10
secure : jCnsDz8WNLsiCXa3BhIfDU8A5kRMruC9eUedcWKW7lOKhGGiHZYdRhaaN2cl5UNg
11
+ kskinoue0612_access_token :
12
+ secure : oVRLqEy3Z23kImxSlNOKZcRwO/R/ZJV202rigsj2IBXGrcm/u0cQHseHr6NS2JGV
11
13
12
14
image :
13
15
- Visual Studio 2013
@@ -78,6 +80,7 @@ on_success:
78
80
#
79
81
$releases_url_iric = "https://api.github.com/repos/i-RIC/iriclib/releases"
80
82
$releases_url_scharlton2 = "https://api.github.com/repos/scharlton2/iriclib/releases"
83
+ $releases_url_kskinoue0612 = "https://api.github.com/repos/kskinoue0612/iriclib/releases"
81
84
82
85
if ($env:APPVEYOR_REPO_NAME -eq "i-RIC/iriclib") {
83
86
$releases_url = $releases_url_iric
@@ -87,6 +90,10 @@ on_success:
87
90
$releases_url = $releases_url_scharlton2
88
91
$access_token = $env:scharlton2_access_token
89
92
}
93
+ if ($env:APPVEYOR_REPO_NAME -eq "kskinoue0612/iriclib") {
94
+ $releases_url = $releases_url_kskinoue0612
95
+ $access_token = $env:kskinoue0612_access_token
96
+ }
90
97
91
98
# create headers dictionary
92
99
$h = @{"Authorization" = "token $access_token"}
You can’t perform that action at this time.
0 commit comments