We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a447dee commit bfdc008Copy full SHA for bfdc008
.pipelines/templates/release-publish-github.yml
@@ -31,9 +31,6 @@ jobs:
31
pipeline: AIShellPackagePipeline
32
artifactName: macos-pkgs
33
variables:
34
- - group: 'mscodehub-code-read-akv'
35
- - group: 'Azure Blob variable group'
36
- - group: 'GitHubTokens'
37
- name: ob_outputDirectory
38
value: '$(Build.ArtifactStagingDirectory)/ONEBRANCH_ARTIFACT'
39
- name: ob_sdl_tsa_configFile
@@ -134,7 +131,7 @@ jobs:
134
131
displayName: 'Publish Release Draft'
135
132
condition: and(ne('${{ parameters.publish }}', 'false'), succeeded())
136
133
inputs:
137
- gitHubConnection: GitHubReleasePAT
+ gitHubConnection: ReleaseToAIShellRepo
138
repositoryName: PowerShell/AIShell
139
target: main
140
assets: '$(PackagesRoot)/*'
0 commit comments