build pipelines service connection

This commit is contained in:
yeastplume 2022-03-21 14:47:57 +00:00
parent ff878c4f8e
commit cd79df7645
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ steps:
displayName: Github release
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
inputs:
gitHubConnection: 'ignopeverell'
gitHubConnection: 'mw-grin-wallet'
repositoryName: 'mimblewimble/grin-wallet'
action: 'edit'
target: '$(build.sourceVersion)'

View file

@ -44,7 +44,7 @@ steps:
displayName: Github release
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
inputs:
gitHubConnection: 'ignopeverell'
gitHubConnection: 'mw-grin-wallet'
repositoryName: 'mimblewimble/grin-wallet'
action: 'edit'
target: '$(build.sourceVersion)'