Skip to content

Commit

Permalink
Enable passing devops pat for work item scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard committed Feb 9, 2021
1 parent 861f1cb commit 4864d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/common/scripts/Update-DevOps-Release-WorkItem.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ param(
[string]$packageDisplayName = $null,
[string]$packageRepoPath = "NA",
[string]$packageType = "client",
[string]$packageNewLibrary = "true"
[string]$packageNewLibrary = "true",
[string]$devops_pat = $env:DEVOPS_PAT
)
Set-StrictMode -Version 3

Expand Down

0 comments on commit 4864d8f

Please sign in to comment.