Skip to content

Commit

Permalink
Remove PAT token for ADO fuzzing task (#4478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft committed May 14, 2024
1 parent 5fe31fc commit a6e2821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
abcd
ABORTIFHUNG
accepteula
ACCESSTOKEN
adjacents
adml
admx
Expand Down
4 changes: 1 addition & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,4 @@ jobs:
onefuzzOSes: 'Windows'
env:
onefuzzDropDirectory: '$(buildOutDir)\WinGetYamlFuzzing'
onefuzzDropPAT: $(onefuzzDropPAT)
onefuzzFilingBugPAT: $(onefuzzBugFilingPAT)
onefuzzCodeCoveragePAT: $(onefuzzCodeCoveragePAT)
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
4 changes: 2 additions & 2 deletions src/WinGetYamlFuzzing/OneFuzzConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a6e2821

Please sign in to comment.