From e7c1e53ad0c89655c8597d84e120dab84d18b6d1 Mon Sep 17 00:00:00 2001 From: Samantha Robertson Date: Tue, 4 Mar 2025 11:12:47 -0800 Subject: [PATCH 1/3] Update index.yml with essentials-security tag --- windows/security/index.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/index.yml b/windows/security/index.yml index 7b2cccd5ae..4fba3d9794 100644 --- a/windows/security/index.yml +++ b/windows/security/index.yml @@ -11,6 +11,7 @@ metadata: ms.author: paoloma manager: aaroncz ms.date: 10/18/2024 + ms.collection: essentials-security # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | tutorial | overview | quickstart | reference | sample | tutorial | video | whats-new @@ -173,4 +174,4 @@ landingContent: - text: Universal Print url: /universal-print - text: Remote wipe - url: /windows/client-management/mdm/remotewipe-csp \ No newline at end of file + url: /windows/client-management/mdm/remotewipe-csp From 1e59df7cebad939cb813a6bfe6e3853ba27efe86 Mon Sep 17 00:00:00 2001 From: Samantha Robertson Date: Mon, 10 Mar 2025 14:36:22 -0700 Subject: [PATCH 2/3] Add essentials-security to ms.collection in index.yml --- windows/security/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/index.yml b/windows/security/index.yml index 4fba3d9794..65fbde4219 100644 --- a/windows/security/index.yml +++ b/windows/security/index.yml @@ -7,11 +7,11 @@ metadata: ms.topic: landing-page ms.collection: - tier1 + - essentials-security author: paolomatarazzo ms.author: paoloma manager: aaroncz ms.date: 10/18/2024 - ms.collection: essentials-security # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | tutorial | overview | quickstart | reference | sample | tutorial | video | whats-new From d796d7bf2772b6b76d0463fb3e9c69af385899bd Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:45:02 -0700 Subject: [PATCH 3/3] Update AutoLabelMsftContributor workflow from PAT to GH app --- .github/workflows/AutoLabelMsftContributor.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/AutoLabelMsftContributor.yml b/.github/workflows/AutoLabelMsftContributor.yml index 66992cfeef..c41825acc8 100644 --- a/.github/workflows/AutoLabelMsftContributor.yml +++ b/.github/workflows/AutoLabelMsftContributor.yml @@ -31,10 +31,5 @@ jobs: PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }} secrets: AccessToken: ${{ secrets.GITHUB_TOKEN }} - TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }} - - - - - - + ClientId: ${{ secrets.M365_APP_CLIENT_ID }} + PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}