Skip to content

Commit

Permalink
Merge pull request #47 from chocolatey-community/build/add-POWERSHELL…
Browse files Browse the repository at this point in the history
…GALLERY_API_KEY-var

(build) Add env.POWERSHELLGALLERY_API_KEY parameter
  • Loading branch information
corbob authored Mar 11, 2024
2 parents cf62bfd + 20b7b81 commit 620672c
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 620672c

Please sign in to comment.