From 8fd570fafdb3d68307471ece67fe2113405f709e Mon Sep 17 00:00:00 2001 From: Brian Skinn Date: Mon, 9 Dec 2024 23:49:01 -0500 Subject: [PATCH] Switch GITHUB_TOKEN to the right job def --- azure-pipelines.yml | 2 -- azure-sdisttest.yml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 95ae041..c5675ef 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,8 +24,6 @@ stages: - task: UsePythonVersion@0 inputs: versionSpec: '3.12' - env: - GITHUB_TOKEN: $(GITHUB_TOKEN) - task: Cache@2 inputs: diff --git a/azure-sdisttest.yml b/azure-sdisttest.yml index 4106a2e..bc916b9 100644 --- a/azure-sdisttest.yml +++ b/azure-sdisttest.yml @@ -12,6 +12,7 @@ jobs: - task: UsePythonVersion@0 inputs: versionSpec: '3.12' + githubToken: $(GITHUB_TOKEN) - task: Cache@2 inputs: