mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Fix GitHub token reference for downloading benchmark report
This commit is contained in:
parent
84b7fc8eec
commit
95911fb0ef
2
.github/workflows/docs-and-testcov.yml
vendored
2
.github/workflows/docs-and-testcov.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download last available benchmark report
|
- name: Download last available benchmark report
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.CUSTOM_GH_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
artifact_url=$(gh api -H "Accept: application/vnd.github+json" \
|
artifact_url=$(gh api -H "Accept: application/vnd.github+json" \
|
||||||
/repos/${{ github.repository }}/actions/artifacts \
|
/repos/${{ github.repository }}/actions/artifacts \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user