We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111d941 commit 46ea6a9Copy full SHA for 46ea6a9
.github/workflows/test.yaml
@@ -38,7 +38,7 @@ jobs:
38
env:
39
SCCACHE_GHA_ENABLED: "true"
40
RUSTC_WRAPPER: "sccache"
41
- HF_TOKEN: ${{ secrets.HF_TOKEN_READ_TEST }}
+ HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
42
run: |
43
sudo apt-get update && sudo apt-get install protobuf-compiler -y
44
cargo test --profile=release-debug
0 commit comments