Skip to content

Commit

Permalink
fix: Pinned Express SDK URL to v4.1.14 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
askayastha22 committed Mar 7, 2024
1 parent 2df3483 commit 4e61081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
IMS_SERVICE_PERM_AUTH_CODE: ${{ secrets.IMS_SERVICE_PERM_AUTH_CODE }}
IMS_PRODUCT_CONTEXT: dma_aem_cloud
EXPRESS_PRODUCT_CONTEXT: spark
CDN_URL: https://cc-embed.adobe.com/sdk/1p/v4/CCEverywhere.js
EXPRESS_SDK_URL: https://dev.cc-embed.adobe.com/sdk/1p/v4/4.1.14/CCEverywhere.js
SPLUNK_HEC__HEC_TOKEN: ${{ secrets.SPLUNK_HEC__HEC_TOKEN }}
AIO_LOG_LEVEL: info
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_qa.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
IMS_SERVICE_PERM_AUTH_CODE: ${{ secrets.IMS_SERVICE_PERM_AUTH_CODE }}
IMS_PRODUCT_CONTEXT: dma_aem_cloud
EXPRESS_PRODUCT_CONTEXT: spark
CDN_URL: https://cc-embed.adobe.com/sdk/1p/v4/CCEverywhere.js
EXPRESS_SDK_URL: https://dev.cc-embed.adobe.com/sdk/1p/v4/4.1.14/CCEverywhere.js
SPLUNK_HEC__HEC_TOKEN: ${{ secrets.SPLUNK_HEC__HEC_TOKEN }}
AIO_LOG_LEVEL: info
run: |
Expand Down
2 changes: 1 addition & 1 deletion web-src/src/services/ExpressSDKService.js
Expand Up @@ -67,7 +67,7 @@ export class ExpressSDKService {
});
};

return loadExpressSDK(document, process.env.CDN_URL);
return loadExpressSDK(document, process.env.EXPRESS_SDK_URL);
}

async handleImageOperation(operation, operationParams) {
Expand Down

0 comments on commit 4e61081

Please sign in to comment.