From f78c912a53226394a1ef0565c0704b1c115d8ae2 Mon Sep 17 00:00:00 2001 From: Matthew R Kasun Date: Wed, 17 Nov 2021 18:14:57 -0500 Subject: [PATCH] update ref to MASTERKEY --- .github/workflows/test-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-artifacts.yml b/.github/workflows/test-artifacts.yml index 4d6faabc..8096bb18 100644 --- a/.github/workflows/test-artifacts.yml +++ b/.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: