[macOS] Treat github-api-pat as sensitive variable (#10453)

This commit is contained in:
Pavel Iakovenko
2024-08-19 11:00:28 -07:00
committed by GitHub
parent c634b8cd67
commit 1eae5baec1
5 changed files with 15 additions and 10 deletions

View File

@@ -54,8 +54,9 @@ variable "vm_password" {
}
variable "github_api_pat" {
type = string
default = ""
type = string
sensitive = true
default = ""
}
variable "xcode_install_storage_url" {