From 07f6938b74136d7b776c356073714dd587cf1d85 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:19:04 +0000 Subject: [PATCH 1/2] Initial plan From 6bf8d414b5cd9efdb8526fcf9a6c8dfc182837b7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:20:30 +0000 Subject: [PATCH 2/2] Remove INSIDERSASTOKEN references from settings files Co-authored-by: mazhelez <43066499+mazhelez@users.noreply.github.com> --- .github/Test Next Major.settings.json | 2 +- .github/Test Next Minor.settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/Test Next Major.settings.json b/.github/Test Next Major.settings.json index 440eedf..38a8ca5 100644 --- a/.github/Test Next Major.settings.json +++ b/.github/Test Next Major.settings.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v8.3/.Modules/settings.schema.json", - "artifact": "////nextmajor/{INSIDERSASTOKEN}", + "artifact": "////nextmajor", "cacheImageName": "", "versioningStrategy": 15, "workflowSchedule": { diff --git a/.github/Test Next Minor.settings.json b/.github/Test Next Minor.settings.json index 583de4a..4fe9f62 100644 --- a/.github/Test Next Minor.settings.json +++ b/.github/Test Next Minor.settings.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v8.3/.Modules/settings.schema.json", - "artifact": "////nextminor/{INSIDERSASTOKEN}", + "artifact": "////nextminor", "cacheImageName": "", "versioningStrategy": 15, "workflowSchedule": {