From 440177a43db1ddbb3cf4b0dc52d6dfb6d79c2b1c Mon Sep 17 00:00:00 2001 From: Erwin de Haan Date: Sun, 7 Jul 2019 00:20:37 +0200 Subject: [PATCH] Update the GitHub token to a Grant Auth token. --- .ci/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 9dc1133339..efd69680e4 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 + connection: Jellyfin Release Download userRepository: EraYaN/dotnet-compatibility defaultVersionType: 'latest' # Options: latest, specificVersion, specificTag #version: # Required when defaultVersionType != Latest