mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
[macOS] Treat github-api-pat as sensitive variable (#10453)
This commit is contained in:
@@ -54,8 +54,9 @@ variable "vm_password" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "github_api_pat" {
|
variable "github_api_pat" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
sensitive = true
|
||||||
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "xcode_install_storage_url" {
|
variable "xcode_install_storage_url" {
|
||||||
|
|||||||
@@ -54,8 +54,9 @@ variable "vm_password" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "github_api_pat" {
|
variable "github_api_pat" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
sensitive = true
|
||||||
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "xcode_install_storage_url" {
|
variable "xcode_install_storage_url" {
|
||||||
|
|||||||
@@ -54,8 +54,9 @@ variable "vm_password" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "github_api_pat" {
|
variable "github_api_pat" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
sensitive = true
|
||||||
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "xcode_install_storage_url" {
|
variable "xcode_install_storage_url" {
|
||||||
|
|||||||
@@ -54,8 +54,9 @@ variable "vm_password" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "github_api_pat" {
|
variable "github_api_pat" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
sensitive = true
|
||||||
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "xcode_install_storage_url" {
|
variable "xcode_install_storage_url" {
|
||||||
|
|||||||
@@ -54,8 +54,9 @@ variable "vm_password" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "github_api_pat" {
|
variable "github_api_pat" {
|
||||||
type = string
|
type = string
|
||||||
default = ""
|
sensitive = true
|
||||||
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "xcode_install_storage_url" {
|
variable "xcode_install_storage_url" {
|
||||||
|
|||||||
Reference in New Issue
Block a user