remove quotes from API key

This commit is contained in:
Noah Laptop 2019-11-11 12:26:24 -08:00
parent 26b175844e
commit 957e09c3d3

View file

@ -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: