remove quotes from API key
This commit is contained in:
parent
26b175844e
commit
957e09c3d3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ before_deploy:
|
||||||
- zip -r SSLClient.zip .
|
- zip -r SSLClient.zip .
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: "$GITHUB_TOKEN"
|
api_key: $GITHUB_TOKEN
|
||||||
file: "SSLClient.zip"
|
file: "SSLClient.zip"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in a new issue