Skip to content

Commit

Permalink
(build) Add env.POWERSHELLGALLERY_API_KEY parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos authored Mar 11, 2024
1 parent cf62bfd commit 20b7b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ object ChocolateyAU : BuildType({
param("env.vcsroot.branch", "%vcsroot.branch%")
param("env.Git_Branch", "%teamcity.build.vcs.branch.ChocolateyAU_ChocolateyAUVcsRoot%")
param("teamcity.git.fetchAllHeads", "true")
password("env.POWERSHELLGALLERY_API_KEY", "credentialsJSON:a61d4adf-3db8-5bb0-848c-cd207665665f", display = ParameterDisplay.HIDDEN, readOnly = true)
password("env.GITHUB_PAT", "%system.GitHubPAT%", display = ParameterDisplay.HIDDEN, readOnly = true)
}

Expand Down

0 comments on commit 20b7b81

Please sign in to comment.