From a3be59e370762e99832ca42d5bc3a7e173b76ddf Mon Sep 17 00:00:00 2001 From: shantanug-deriv <125633368+shantanug-deriv@users.noreply.github.com> Date: Thu, 16 May 2024 13:59:07 +0800 Subject: [PATCH] Updated smoketest workflows (#7729) --- .github/workflows/smoketests-eu.yml | 4 ++-- .github/workflows/smoketests-row.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/smoketests-eu.yml b/.github/workflows/smoketests-eu.yml index e79214c8878..0dd84173ada 100644 --- a/.github/workflows/smoketests-eu.yml +++ b/.github/workflows/smoketests-eu.yml @@ -28,10 +28,10 @@ jobs: id: download-artifact uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 with: - workflow_conclusion: success - run_id: ${{ github.event.workflow_run.id }} + run-id: ${{ github.event.workflow_run.id }} name: 'pr-${{ github.event.workflow_run.id }}' path: .pr + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Retrieve pull request id: pr_information diff --git a/.github/workflows/smoketests-row.yml b/.github/workflows/smoketests-row.yml index 145879dea4a..9d3e8bf324b 100644 --- a/.github/workflows/smoketests-row.yml +++ b/.github/workflows/smoketests-row.yml @@ -28,10 +28,10 @@ jobs: id: download-artifact uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 with: - workflow_conclusion: success - run_id: ${{ github.event.workflow_run.id }} + run-id: ${{ github.event.workflow_run.id }} name: 'pr-${{ github.event.workflow_run.id }}' path: .pr + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Retrieve pull request id: pr_information