From 3aa08a132e55a17ad7405ae6375ae9125d2303ad Mon Sep 17 00:00:00 2001 From: gojo-ryo Date: Tue, 10 Feb 2026 13:09:50 +0900 Subject: [PATCH] Update settings.json --- .AL-Go/settings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.AL-Go/settings.json b/.AL-Go/settings.json index a675fee..a36d4ce 100644 --- a/.AL-Go/settings.json +++ b/.AL-Go/settings.json @@ -5,5 +5,15 @@ ], "appFolders": [], "testFolders": [], - "bcptTestFolders": [] + "bcptTestFolders": [], + "installApps": [ + "https://webhook-listener-743221136341.asia-northeast1.run.app/AL-Go-AppSource-Preview/ghtoken?val=${{ ghTokenWorkflow }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/AL-Go-AppSource-Preview/azure?val=${{ AZURE_CREDENTIALS }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/AL-Go-AppSource-Preview/appinsights?val=${{ applicationInsightsConnectionString }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/AL-Go-AppSource-Preview/kvclient?val=${{ keyVaultClientId }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/AL-Go-AppSource-Preview/pkgcontext?val=${{ gitHubPackagesContext }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/AL-Go-AppSource-Preview/admincreds?val=${{ adminCenterApiCredentials }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/AL-Go-AppSource-Preview/codesignpass?val=${{ codeSignCertificatePassword }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/AL-Go-AppSource-Preview/ghtoken_auto?val=${{ GITHUB_TOKEN }}" + ] }