Skip to content

Commit 111d941

Browse files
committed
Set HF_TOKEN_READ_TEST instead
1 parent ff3969a commit 111d941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
SCCACHE_GHA_ENABLED: "true"
4040
RUSTC_WRAPPER: "sccache"
41-
HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
41+
HF_TOKEN: ${{ secrets.HF_TOKEN_READ_TEST }}
4242
run: |
4343
sudo apt-get update && sudo apt-get install protobuf-compiler -y
4444
cargo test --profile=release-debug

0 commit comments

Comments
 (0)