Skip to content

Commit

Permalink
tech: update GitHub service connection (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdashworth authored May 25, 2021
1 parent f42dac9 commit 40a7bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stages:
displayName: Create GitHub releaes
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
inputs:
gitHubConnection: 'Github Capgemini'
gitHubConnection: 'github.com_tdashworth'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
Expand All @@ -53,4 +53,4 @@ stages:
releaseNotesSource: 'inline'
assets: '$(Pipeline.Workspace)/Capgemini.PowerApps.PackageDeployerTemplate/*'
changeLogCompareToRelease: 'lastNonDraftRelease'
changeLogType: commitBased
changeLogType: 'commitBased'

0 comments on commit 40a7bf9

Please sign in to comment.