Skip to content

Commit

Permalink
fix: do not use botify token
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Aug 29, 2024
1 parent f69f05e commit 67bb835
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67bb835

Please sign in to comment.