aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-07-07 00:20:37 +0200
committerGitHub <noreply@github.com>2019-07-07 00:20:37 +0200
commit440177a43db1ddbb3cf4b0dc52d6dfb6d79c2b1c (patch)
treefb053b61daa1fdc28ca9d1c95ed8ed585ef0f577
parent953eb6e9061e290ba1d42c93afe60cbc9808104c (diff)
Update the GitHub token to a Grant Auth token.
-rw-r--r--.ci/azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index 9dc113333..efd69680e 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