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"