Skip to content

Commit

Permalink
Add GITHUB_TOKEN to Azure Pipelines def
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Dec 10, 2024
1 parent febf654 commit 782ece6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pr:

variables:
pip_cache_dir: $(Pipeline.Workspace)/.pip
GITHUB_TOKEN: $(GITHUB_TOKEN)


stages:
Expand All @@ -24,6 +25,8 @@ stages:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.12'
env:
GITHUB_TOKEN: $(GITHUB_TOKEN)

- task: Cache@2
inputs:
Expand Down

0 comments on commit 782ece6

Please sign in to comment.