Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Change github connection token to use public account
Browse files Browse the repository at this point in the history
  • Loading branch information
chagong committed Apr 20, 2020
1 parent a13474b commit 0e9d717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ steps:
- task: GitHubRelease@0
displayName: 'Deploy production or RC candidate to GitHub Release'
inputs:
gitHubConnection: 'pat_for_github_release_deployment'
gitHubConnection: 'vsciotci_github_pat'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
Expand Down

0 comments on commit 0e9d717

Please sign in to comment.