Alysha Creelman
commited on
Update key_setup_groupkey.sh
Browse files- key_setup_groupkey.sh +2 -2
key_setup_groupkey.sh
CHANGED
@@ -10,8 +10,8 @@ rm -rf tmp2
|
|
10 |
# Create a temporary directory
|
11 |
mkdir tmp2
|
12 |
|
13 |
-
HF_TOKEN
|
14 |
-
echo $
|
15 |
|
16 |
# copy the key to the temporary directory
|
17 |
cp wormington_keys/group_key* tmp2
|
|
|
10 |
# Create a temporary directory
|
11 |
mkdir tmp2
|
12 |
|
13 |
+
HF_TOKEN=$(</wormington_keys/hf_token)
|
14 |
+
echo "$HF_TOKEN"
|
15 |
|
16 |
# copy the key to the temporary directory
|
17 |
cp wormington_keys/group_key* tmp2
|