From 782ece6a7f586e36a2ea29a111e6a05254a1c577 Mon Sep 17 00:00:00 2001 From: Brian Skinn Date: Mon, 9 Dec 2024 23:37:10 -0500 Subject: [PATCH] Add GITHUB_TOKEN to Azure Pipelines def --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 889ff24..37e9aba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,7 @@ pr: variables: pip_cache_dir: $(Pipeline.Workspace)/.pip + GITHUB_TOKEN: $(GITHUB_TOKEN) stages: @@ -24,6 +25,8 @@ stages: - task: UsePythonVersion@0 inputs: versionSpec: '3.12' + env: + GITHUB_TOKEN: $(GITHUB_TOKEN) - task: Cache@2 inputs: