From ad00174b95bdcc99b1613ef6c61be364eeb5ec90 Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Tue, 4 Jun 2024 23:42:51 +0300 Subject: [PATCH] ci: fix visual-tests-report workflow --- .github/workflows/pr-visual-tests-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-visual-tests-report.yml b/.github/workflows/pr-visual-tests-report.yml index a07fe410c4..d9a0c26c6b 100644 --- a/.github/workflows/pr-visual-tests-report.yml +++ b/.github/workflows/pr-visual-tests-report.yml @@ -15,6 +15,7 @@ jobs: - name: Download Artifacts uses: actions/download-artifact@v4 with: + github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }} run-id: ${{ github.event.workflow_run.id }} - name: Extract PR Number id: pr