diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-07-07 00:08:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-07 00:08:27 +0200 |
| commit | 953eb6e9061e290ba1d42c93afe60cbc9808104c (patch) | |
| tree | 0521fab0da7fc450387fdefb39197aab05d13181 | |
| parent | f2a56fcd802533341675a70cd567cb472ffb1712 (diff) | |
| parent | fc55b44e4bc2c00817d69f59deb4448afbcd6123 (diff) | |
Merge pull request #1517 from jellyfin/EraYaN-azp-github-token-name
Update the GitHub connection name to use the GitHub App token
| -rw-r--r-- | .ci/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 3884765ec..9dc113333 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -173,7 +173,7 @@ jobs: - task: DownloadGitHubRelease@0 displayName: Download ABI compatibility check tool from GitHub inputs: - connection: Jellyfin GitHub + connection: jellyfin userRepository: EraYaN/dotnet-compatibility defaultVersionType: 'latest' # Options: latest, specificVersion, specificTag #version: # Required when defaultVersionType != Latest |
