Skip to content

Commit

Permalink
Change to env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Dec 10, 2024
1 parent 8fd570f commit 4bf9b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-sdisttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.12'
githubToken: $(GITHUB_TOKEN)
env:
GITHUB_TOKEN: $(GITHUB_TOKEN)

- task: Cache@2
inputs:
Expand Down

0 comments on commit 4bf9b8a

Please sign in to comment.