Skip to content

Commit aa5a9a3

Browse files
jpayne3506rbtr
andauthored
fix: no longer use pip and keyring for az devops login (#2593)
* fix: no longer use pip keyring for login * chore: address comments Co-authored-by: Evan Baker <[email protected]> Signed-off-by: John Payne <[email protected]> --------- Signed-off-by: John Payne <[email protected]> Co-authored-by: Evan Baker <[email protected]>
1 parent 9cace89 commit aa5a9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
azcliversion: latest
3636
inlineScript: |
3737
az account show
38-
echo ${{ secrets.AZURE_DEVOPS_EXT_PAT }} | az devops login --org ${{ secrets.AZURE_PIPELINE_ORG }}
38+
export AZURE_DEVOPS_EXT_PAT=${{ secrets.AZURE_DEVOPS_EXT_PAT }}
3939
4040
echo "Sanity check recently triggered Merge Queue Pipeline runs"
4141
az pipelines runs list --pipeline-ids ${{ secrets.AZURE_PIPELINE_ID }} --org ${{ secrets.AZURE_PIPELINE_ORG }} --project ${{ secrets.AZURE_PIPELINE_PROJECT }} --reason individualCI --top 10 --query-order QueueTimeDesc --output json | jq -r .[].sourceBranch

0 commit comments

Comments
 (0)