mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-13 08:34:44 +08:00
update ref to MASTERKEY
This commit is contained in:
parent
66f4d85707
commit
f78c912a53
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-artifacts.yml
vendored
2
.github/workflows/test-artifacts.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue