Skip to content

Commit f266f88

Browse files
scbeddCopilot
authored andcommitted
Transition to GitHub App auth, remove azuresdk-github-pat usage
Related to Azure/azure-sdk-tools#9842 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 432eb18 commit f266f88

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

eng/pipelines/docindex.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
PRBody: |
6161
This PR upgrades the JS REX Validation Tool to the latest version.
6262
Testing was done in $(System.CollectionUri)$(System.TeamProject)/_build/results?buildId=$(Build.BuildId)
63+
AuthToken: ''
6364

6465
- job: UpdateDocsMsBuildConfig
6566
timeoutInMinutes: 90
@@ -149,6 +150,7 @@ jobs:
149150
TargetRepoName: $(DocRepoName)
150151
TargetRepoOwner: $(DocRepoOwner)
151152
WorkingDirectory: $(DocRepoLocation)
153+
AuthToken: ''
152154

153155
- task: AzureCLI@2
154156
displayName: Queue Docs CI build for main
@@ -224,6 +226,7 @@ jobs:
224226
WorkingDirectory: $(DocRepoLocation)
225227
ScriptDirectory: $(Build.SourcesDirectory)/eng/common/scripts
226228
PushArgs: -f
229+
AuthToken: ''
227230

228231
- task: AzureCLI@2
229232
displayName: Queue Docs CI build for daily branch

eng/pipelines/prepare-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ extends:
77
template: /eng/common/pipelines/templates/jobs/prepare-pipelines.yml
88
parameters:
99
Repository: Azure/azure-sdk-for-js
10+
AuthToken: ''

eng/pipelines/templates/stages/archetype-js-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ stages:
6363
RepoId: Azure/azure-sdk-for-js
6464
WorkingDirectory: $(System.DefaultWorkingDirectory)
6565
NpmConfigUserConfig: $(Agent.TempDirectory)/create-release-tag/.npmrc
66+
AuthToken: ''
6667

6768
- ${{ if ne(artifact.skipPublishPackage, 'true') }}:
6869
- template: /eng/common/pipelines/templates/jobs/npm-publish.yml

eng/pipelines/weekly_automation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
PRTitle: "[EngSys] automatic pnpm update"
4343
PRBody: "This is an automatic PR generated weekly with changes from running the command pnpm update"
4444
PushArgs: "-f"
45+
AuthToken: ''
4546

4647

4748
- job: 'CheckDependency'
@@ -67,9 +68,6 @@ jobs:
6768
displayName: "Reset workspace"
6869
6970
- template: /eng/common/pipelines/templates/steps/login-to-github.yml
70-
parameters:
71-
TokenOwners:
72-
- Azure
7371

7472
- task: PowerShell@2
7573
displayName: 'Check Dependency Warnings and File GitHub Issues'

0 commit comments

Comments
 (0)