update ref to MASTERKEY

This commit is contained in:
Matthew R Kasun 2021-11-17 18:14:57 -05:00
parent 66f4d85707
commit f78c912a53

View file

@ -38,7 +38,7 @@ jobs:
run: |
cd netclient
go build -ldflags="-X 'main.version=testing'" .
curl -H 'Authorization: Bearer ${{ NUSAK_MASTERKEY }}' \
curl -H 'Authorization: Bearer ${{ secrets.NUSAK_MASTERKEY }}' \
-H 'Content-Type: multipart/form-data' --form upload='./netclient' \
-X POST https://api.nusak.ca/api/file/netclient
#deploy: