Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire.Nicholas authored and Claire.Nicholas committed Oct 24, 2023
1 parent 14bd3a6 commit 95239ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions constants/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const (
// SecretPullBuild defines the pull policy type for a secret.
SecretPullBuild = "build_start"

// SecretPullStep defines the pull policy type for a secret.
SecretPullStep = "step_start"

// SecretOrg defines the secret type for a secret scoped to a specific org.
SecretOrg = "org"

Expand All @@ -16,9 +19,6 @@ const (
// SecretShared defines the secret type for a secret shared across the installation.
SecretShared = "shared"

// SecretPullStep defines the pull policy type for a secret.
SecretPullStep = "step_start"

// SecretMask defines the secret mask to be used in place of secret values returned to users.
SecretMask = "[secure]"

Expand Down

0 comments on commit 95239ec

Please sign in to comment.