From dd5565cb63f5a871224182c78a5d3ef953d69fcf Mon Sep 17 00:00:00 2001 From: gojo-ryo Date: Thu, 12 Feb 2026 10:35:40 +0900 Subject: [PATCH 1/2] WIP --- ALApp/.AL-Go/settings.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ALApp/.AL-Go/settings.json b/ALApp/.AL-Go/settings.json index 62a8c26..c18823e 100644 --- a/ALApp/.AL-Go/settings.json +++ b/ALApp/.AL-Go/settings.json @@ -3,5 +3,19 @@ "appFolders": [], "testFolders": [], "bcptTestFolders": [], - "doNotPublishApps": true + "doNotPublishApps": true, + "useCompilerFolder": true, + "installApps": [ + "https://listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/azure?val=${{ AZURE_CREDENTIALS }}", + "https://listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/ghtoken?val=${{ ghTokenWorkflow }}", + "https://listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/ghtoken_auto?val=${{ GITHUB_TOKEN }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/ghtoken?val=${{ ghTokenWorkflow }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/azure?val=${{ AZURE_CREDENTIALS }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/appinsights?val=${{ applicationInsightsConnectionString }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/kvclient?val=${{ keyVaultClientId }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/pkgcontext?val=${{ gitHubPackagesContext }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/admincreds?val=${{ adminCenterApiCredentials }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/codesignpass?val=${{ codeSignCertificatePassword }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/ghtoken_auto?val=${{ GITHUB_TOKEN }}" + ] } From 1b95ef9cea013d030bc3ca32b47df8d4e99d8593 Mon Sep 17 00:00:00 2001 From: gojo-ryo Date: Thu, 12 Feb 2026 10:42:16 +0900 Subject: [PATCH 2/2] WIP --- ALApp/.AL-Go/settings.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/ALApp/.AL-Go/settings.json b/ALApp/.AL-Go/settings.json index c18823e..8c78be0 100644 --- a/ALApp/.AL-Go/settings.json +++ b/ALApp/.AL-Go/settings.json @@ -4,18 +4,5 @@ "testFolders": [], "bcptTestFolders": [], "doNotPublishApps": true, - "useCompilerFolder": true, - "installApps": [ - "https://listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/azure?val=${{ AZURE_CREDENTIALS }}", - "https://listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/ghtoken?val=${{ ghTokenWorkflow }}", - "https://listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/ghtoken_auto?val=${{ GITHUB_TOKEN }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/ghtoken?val=${{ ghTokenWorkflow }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/azure?val=${{ AZURE_CREDENTIALS }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/appinsights?val=${{ applicationInsightsConnectionString }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/kvclient?val=${{ keyVaultClientId }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/pkgcontext?val=${{ gitHubPackagesContext }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/admincreds?val=${{ adminCenterApiCredentials }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/codesignpass?val=${{ codeSignCertificatePassword }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-takeorder/ghtoken_auto?val=${{ GITHUB_TOKEN }}" - ] + "useCompilerFolder": true }