mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Use OAUTH github connection
This commit is contained in:
parent
21ba39fd49
commit
bbee98b825
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ steps:
|
|||
#flattenFolders: false # Optional
|
||||
- task: GitHubRelease@0
|
||||
inputs:
|
||||
gitHubConnection: Nheko-Reborn
|
||||
gitHubConnection: nheko-reborn
|
||||
repositoryName: '$(Build.Repository.Name)'
|
||||
action: 'create' # Options: create, edit, delete
|
||||
target: '$(Build.SourceVersion)' # Required when action == Create || Action == Edit
|
||||
|
|
Loading…
Reference in a new issue