Skip to content

Commit 38b2efa

Browse files
authored
Change GitHub PAT name (#88)
1 parent 2012d53 commit 38b2efa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build/benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
inputs:
320320
azureSubscription: $(azureSubscription)
321321
KeyVaultName: $(KeyVaultName)
322-
SecretsFilter: 'typescript-bot-github-PAT-for-comments'
322+
SecretsFilter: 'typescript-bot-github-PAT-typescript-benchmarking'
323323
displayName: Get secrets
324324
retryCountOnTaskFailure: 3
325325

@@ -403,7 +403,7 @@ jobs:
403403
SOURCE_ISSUE: ${{ parameters.SOURCE_ISSUE }}
404404
REQUESTING_USER: ${{ parameters.REQUESTING_USER }}
405405
STATUS_COMMENT: ${{ parameters.STATUS_COMMENT }}
406-
GH_TOKEN: $(typescript-bot-github-PAT-for-comments)
406+
GH_TOKEN: $(typescript-bot-github-PAT-typescript-benchmarking)
407407
408408
# Sets $(TSPERF_BLOB_LATEST)
409409
- bash: |
@@ -412,7 +412,7 @@ jobs:
412412
displayName: Check if commit is latest for ref
413413
condition: and(succeeded(), eq(variables['SHOULD_UPLOAD'], 'true'))
414414
env:
415-
GH_TOKEN: $(typescript-bot-github-PAT-for-comments)
415+
GH_TOKEN: $(typescript-bot-github-PAT-typescript-benchmarking)
416416
417417
- task: AzureCLI@2
418418
inputs:
@@ -459,7 +459,7 @@ jobs:
459459
inputs:
460460
azureSubscription: $(azureSubscription)
461461
KeyVaultName: $(KeyVaultName)
462-
SecretsFilter: 'typescript-bot-github-PAT-for-comments'
462+
SecretsFilter: 'typescript-bot-github-PAT-typescript-benchmarking'
463463
displayName: Get secrets
464464
retryCountOnTaskFailure: 3
465465

@@ -475,4 +475,4 @@ jobs:
475475
SOURCE_ISSUE: ${{ parameters.SOURCE_ISSUE }}
476476
REQUESTING_USER: ${{ parameters.REQUESTING_USER }}
477477
STATUS_COMMENT: ${{ parameters.STATUS_COMMENT }}
478-
GH_TOKEN: $(typescript-bot-github-PAT-for-comments)
478+
GH_TOKEN: $(typescript-bot-github-PAT-typescript-benchmarking)

0 commit comments

Comments
 (0)