Update benchmark report download step to use custom GitHub token for authorization

This commit is contained in:
Palash Tyagi 2025-05-05 22:34:41 +01:00
parent 33fea1d126
commit efe44c7399

View File

@ -115,7 +115,7 @@ jobs:
exit 1
fi
curl -L -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "$artifact_url"
curl -L -H "Authorization: Bearer ${{ secrets.CUSTOM_GH_TOKEN }}" "$artifact_url"