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.
HF_TOKEN_READ_TEST
1 parent ff3969a commit 111d941Copy full SHA for 111d941
.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_HUB_READ_TOKEN }}
+ HF_TOKEN: ${{ secrets.HF_TOKEN_READ_TEST }}
42
run: |
43
sudo apt-get update && sudo apt-get install protobuf-compiler -y
44
cargo test --profile=release-debug
0 commit comments