From 6cd6eefc924df8843ae43ab321f1178e95ba8500 Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Thu, 16 Feb 2023 15:10:16 +0000 Subject: [PATCH] export empty var --- .github/workflows/adf_alpha.yml | 1 + scripts/travis/update/update-project.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/adf_alpha.yml b/.github/workflows/adf_alpha.yml index 1c041ea489..a182c9637b 100644 --- a/.github/workflows/adf_alpha.yml +++ b/.github/workflows/adf_alpha.yml @@ -63,6 +63,7 @@ env: DOCKER_REPOSITORY_STORYBOOK: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/storybook" DOCKER_REPOSITORY: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/demo-shell" NODE_OPTIONS: "--max-old-space-size=5120" + GH_PACKAGES_READ_ONLY_TOKEN: "" jobs: trigger_adf: diff --git a/scripts/travis/update/update-project.sh b/scripts/travis/update/update-project.sh index ad2e3efbc0..ee95b990f5 100755 --- a/scripts/travis/update/update-project.sh +++ b/scripts/travis/update/update-project.sh @@ -100,7 +100,6 @@ update() { update_js_dependency "@alfresco/js-api" $JS_API_INSTALLED if [ "$NAME_REPO" = "alfresco-apps" ]; then - export GH_PACKAGES_READ_ONLY_TOKEN="" update_dependency "@alfresco/adf-extensions" update_dependency "@alfresco/adf-core" update_dependency "@alfresco/adf-content-services"