From 40c0073fa81d403268763e9ae59c12becc3133c1 Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Mon, 30 Sep 2024 14:37:40 +0200 Subject: [PATCH] fix: revert changes necessary for testing --- .github/workflows/e2ePerformanceTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index a3ccbfbf161d..f88e841617bb 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -31,9 +31,9 @@ jobs: IS_PR_MERGED: ${{ steps.getPullRequestDetails.outputs.IS_MERGED }} steps: - uses: actions/checkout@v4 - # with: + with: # The OS_BOTIFY_COMMIT_TOKEN is a personal access token tied to osbotify (we need a PAT to access the artifact API) - # token: ${{ secrets.OS_BOTIFY_COMMIT_TOKEN }} + token: ${{ secrets.OS_BOTIFY_COMMIT_TOKEN }} - name: Get most recent release version id: getMostRecentRelease