浏览代码

update ref to MASTERKEY

Matthew R Kasun 4 年之前
父节点
当前提交
f78c912a53
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: