Fix GitHub token reference for downloading benchmark report

This commit is contained in:
Palash Tyagi 2025-07-05 00:56:53 +01:00
parent 84b7fc8eec
commit 95911fb0ef

View File

@ -106,7 +106,7 @@ jobs:
- name: Download last available benchmark report
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.CUSTOM_GH_TOKEN }}
run: |
artifact_url=$(gh api -H "Accept: application/vnd.github+json" \
/repos/${{ github.repository }}/actions/artifacts \