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 }}" + ] }