From b6e6237b45b7574d5e6d49c73c04d6fd5996095d Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 9 Mar 2023 16:03:52 +0100 Subject: [PATCH] token fix --- .github/workflows/adf_alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/adf_alpha.yml b/.github/workflows/adf_alpha.yml index 66fdbe8541..c2b51f978e 100644 --- a/.github/workflows/adf_alpha.yml +++ b/.github/workflows/adf_alpha.yml @@ -72,7 +72,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: "" + GH_PACKAGES_READ_ONLY_TOKEN: ${{ secrets.HYLAND_GH_PACKAGES_READ_ONLY_TOKEN }} jobs: trigger_adf: