Skip to content

Commit 9e54e97

Browse files
committed
update embedded-cluster-setup task to use license ID
1 parent 128dd35 commit 9e54e97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

applications/wg-easy/Taskfile.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ tasks:
434434
silent: false
435435
vars:
436436
CHANNEL: '{{.CHANNEL | default "Unstable"}}'
437-
AUTH_TOKEN: '{{.AUTH_TOKEN | default "2usDXzovcJNcpn54yS5tFQVNvCq"}}'
438437
deps:
439438
- gcp-vm-create
440439
status:
@@ -447,7 +446,7 @@ tasks:
447446
OPERATION: "setup-embedded"
448447
APP_SLUG: '{{.APP_SLUG}}'
449448
CHANNEL: '{{.CHANNEL}}'
450-
AUTH_TOKEN: '{{.AUTH_TOKEN}}'
449+
AUTH_TOKEN: '{{.REPLICATED_LICENSE_ID}}'
451450
GCP_PROJECT: '{{.GCP_PROJECT}}'
452451
GCP_ZONE: '{{.GCP_ZONE}}'
453452
VM_NAME: '{{.VM_NAME}}'

0 commit comments

Comments
 (0)