From 72644e72f6fe12d93e22b5456f16ce16aae0a901 Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Fri, 31 May 2024 09:46:04 +0300 Subject: [PATCH] fix: Add missing Github Token for download artifacts from other workflows (#27202) --- .github/workflows/server-ci-artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/server-ci-artifacts.yml b/.github/workflows/server-ci-artifacts.yml index 26d096b525..e00e8918f4 100644 --- a/.github/workflows/server-ci-artifacts.yml +++ b/.github/workflows/server-ci-artifacts.yml @@ -43,6 +43,7 @@ jobs: uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: run-id: ${{ github.event.workflow_run.id }} + github-token: ${{ github.token }} name: server-dist-artifact path: server/dist @@ -88,6 +89,7 @@ jobs: uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: run-id: ${{ github.event.workflow_run.id }} + github-token: ${{ github.token }} name: server-build-artifact path: server/build/