Skip to content

Commit bfdc008

Browse files
committed
Create a service connection for creating draft release for AIShell
1 parent a447dee commit bfdc008

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pipelines/templates/release-publish-github.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
pipeline: AIShellPackagePipeline
3232
artifactName: macos-pkgs
3333
variables:
34-
- group: 'mscodehub-code-read-akv'
35-
- group: 'Azure Blob variable group'
36-
- group: 'GitHubTokens'
3734
- name: ob_outputDirectory
3835
value: '$(Build.ArtifactStagingDirectory)/ONEBRANCH_ARTIFACT'
3936
- name: ob_sdl_tsa_configFile
@@ -134,7 +131,7 @@ jobs:
134131
displayName: 'Publish Release Draft'
135132
condition: and(ne('${{ parameters.publish }}', 'false'), succeeded())
136133
inputs:
137-
gitHubConnection: GitHubReleasePAT
134+
gitHubConnection: ReleaseToAIShellRepo
138135
repositoryName: PowerShell/AIShell
139136
target: main
140137
assets: '$(PackagesRoot)/*'

0 commit comments

Comments
 (0)