Skip to content

Commit

Permalink
Switch GITHUB_TOKEN to the right job def
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Dec 10, 2024
1 parent a7cb210 commit 8fd570f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ stages:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.12'
env:
GITHUB_TOKEN: $(GITHUB_TOKEN)

- task: Cache@2
inputs:
Expand Down
1 change: 1 addition & 0 deletions azure-sdisttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.12'
githubToken: $(GITHUB_TOKEN)

- task: Cache@2
inputs:
Expand Down

0 comments on commit 8fd570f

Please sign in to comment.