From 67bb835605d173c4ba77dda74205032faf926520 Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Thu, 29 Aug 2024 12:51:40 +0200 Subject: [PATCH] fix: do not use botify token --- .github/workflows/e2ePerformanceTests.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index a9bf38b996a2..b643510400a9 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -31,15 +31,15 @@ jobs: ARTIFACT_WORKFLOW_ID: ${{ steps.checkForExistingArtifact.outputs.ARTIFACT_WORKFLOW_ID }} steps: - uses: actions/checkout@v4 - 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 }} - - - name: Get most recent release version - id: getMostRecentRelease - run: echo "VERSION=$(gh release list --limit 1 | awk '{ print $1 }')" >> "$GITHUB_OUTPUT" - env: - GITHUB_TOKEN: ${{ github.token }} + # 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 }} + + # - name: Get most recent release version + # id: getMostRecentRelease + # run: echo "VERSION=$(gh release list --limit 1 | awk '{ print $1 }')" >> "$GITHUB_OUTPUT" + # env: + # GITHUB_TOKEN: ${{ github.token }} # - name: Check if there's an existing artifact for this baseline # id: checkForExistingArtifact