winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a6e28217a4a0b43acc345d93aa8aa73b325f6bc2
parent 5fe31fc8710514f0f3f08d18d8043c43352e3f73
Author: Ryan <69221034+ryfu-msft@users.noreply.github.com>
Date:   Tue, 14 May 2024 12:28:21 -0700

Remove PAT token for ADO fuzzing task (#4478)


Diffstat:
M.github/actions/spelling/expect.txt | 1+
Mazure-pipelines.yml | 4+---
Msrc/WinGetYamlFuzzing/OneFuzzConfig.json | 4++--
3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt @@ -1,6 +1,7 @@ abcd ABORTIFHUNG accepteula +ACCESSTOKEN adjacents adml admx diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -611,6 +611,4 @@ jobs: onefuzzOSes: 'Windows' env: onefuzzDropDirectory: '$(buildOutDir)\WinGetYamlFuzzing' - onefuzzDropPAT: $(onefuzzDropPAT) - onefuzzFilingBugPAT: $(onefuzzBugFilingPAT) - onefuzzCodeCoveragePAT: $(onefuzzCodeCoveragePAT) + SYSTEM_ACCESSTOKEN: $(System.AccessToken) diff --git a/src/WinGetYamlFuzzing/OneFuzzConfig.json b/src/WinGetYamlFuzzing/OneFuzzConfig.json @@ -21,8 +21,8 @@ "clang_rt.asan_dynamic*.dll" ], "AdoTemplate": { - "Org": "ms", - "Project": "winget-cli", + "Org": "microsoft", + "Project": "OS", "AssignedTo": "ryfu@microsoft.com", "AreaPath": "OS\\Windows Client and Services\\ADEPT\\E4D-Engineered for Developers\\InstaDev", "IterationPath": "OS"