mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 00:06:57 +00:00
Switch to the password auth
This commit is contained in:
@@ -53,11 +53,6 @@ variable "vm_password" {
|
|||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "vm_key_file" {
|
|
||||||
type = string
|
|
||||||
default = ""
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "github_api_pat" {
|
variable "github_api_pat" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
default = ""
|
||||||
@@ -101,7 +96,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_key_file}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -53,11 +53,6 @@ variable "vm_password" {
|
|||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "vm_key_file" {
|
|
||||||
type = string
|
|
||||||
default = ""
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "github_api_pat" {
|
variable "github_api_pat" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
default = ""
|
||||||
@@ -101,7 +96,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_key_file}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -53,11 +53,6 @@ variable "vm_password" {
|
|||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "vm_key_file" {
|
|
||||||
type = string
|
|
||||||
default = ""
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "github_api_pat" {
|
variable "github_api_pat" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
default = ""
|
||||||
@@ -102,7 +97,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_key_file}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -53,11 +53,6 @@ variable "vm_password" {
|
|||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "vm_key_file" {
|
|
||||||
type = string
|
|
||||||
default = ""
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "github_api_pat" {
|
variable "github_api_pat" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
default = ""
|
||||||
@@ -101,7 +96,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_key_file}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -48,11 +48,6 @@ variable "vm_username" {
|
|||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "vm_password" {
|
|
||||||
type = string
|
|
||||||
sensitive = true
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "vm_key_file" {
|
variable "vm_key_file" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
default = ""
|
||||||
@@ -102,7 +97,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_key_file}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user