mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +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" {
|
||||
type = string
|
||||
default = ""
|
||||
type = string
|
||||
sensitive = true
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "xcode_install_storage_url" {
|
||||
|
||||
Reference in New Issue
Block a user