Skip to content

Commit a54346d

Browse files
committed
fix: remove unnecessary git credentials from CD
1 parent 6b70b44 commit a54346d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

azure-pipelines-cd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ extends:
4848
- checkout: self
4949
persistCredentials: "true"
5050

51-
- script: |
52-
git config --global user.email webuisvc@microsoft.com
53-
git config --global user.name "Microsoft WebUI Builds"
54-
git remote set-url origin https://$(GH_TOKEN)@github.com/microsoft/webui.git
55-
displayName: Configure git
56-
5751
# Download npm tarballs, crate archives, and NuGet packages from the
5852
# GitHub release produced by the publish.yml GitHub Actions workflow.
5953
- script: |
@@ -71,7 +65,5 @@ extends:
7165
--pattern "*.nupkg" \
7266
--dir publish_artifacts_nuget/
7367
displayName: Download release artifacts
74-
env:
75-
GH_TOKEN: $(GH_TOKEN)
7668
7769
- template: WebUI.Release.PipelineTemplate.yml@webuiPipelines # Template reference

0 commit comments

Comments
 (0)