Browse Source

update ref to MASTERKEY

Matthew R Kasun 3 years ago
parent
commit
f78c912a53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test-artifacts.yml

+ 1 - 1
.github/workflows/test-artifacts.yml

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