Skip to content

Commit

Permalink
Fix github pat issue using AzurePowerShell task (#25740)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidai-msft authored Aug 5, 2024
1 parent 8ed586f commit 8090407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/util/get-github-pat-steps.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
steps:
- task: AzurePowerShell@5
inputs:
pwsh: true
azureSubscription: '$(AzureSubscription)'
ScriptType: 'InlineScript'
Inline: |
Expand Down

0 comments on commit 8090407

Please sign in to comment.