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 .
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "$GITHUB_TOKEN"
|
||||
api_key: $GITHUB_TOKEN
|
||||
file: "SSLClient.zip"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
|
|
Loading…
Reference in a new issue