Skip to content

Commit c51fa39

Browse files
Pass PAT to verifyMinAgentDemands check (#20458)
1 parent d727c08 commit c51fa39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/build-all-steps.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ steps:
3232
displayName: npm install min agent demands
3333

3434
- script: node ./ci/verifyMinAgentDemands/index.js
35-
# uncommnet this line once we will decide to return tocken to checks
36-
# env:
37-
# GITHUB_PAT: variables['GitHubPAT']
35+
env:
36+
GITHUB_PAT: $(GitHubPAT)
3837
displayName: Verify min agent demands
3938

4039
# Filter out unchanged tasks

0 commit comments

Comments
 (0)