[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

@@ -55,6 +55,7 @@ variable "vm_password" {
variable "github_api_pat" {
type = string
sensitive = true
default = ""
}

View File

@@ -55,6 +55,7 @@ variable "vm_password" {
variable "github_api_pat" {
type = string
sensitive = true
default = ""
}

View File

@@ -55,6 +55,7 @@ variable "vm_password" {
variable "github_api_pat" {
type = string
sensitive = true
default = ""
}

View File

@@ -55,6 +55,7 @@ variable "vm_password" {
variable "github_api_pat" {
type = string
sensitive = true
default = ""
}

View File

@@ -55,6 +55,7 @@ variable "vm_password" {
variable "github_api_pat" {
type = string
sensitive = true
default = ""
}