Skip to content

Commit 71c3850

Browse files
committed
fix secret name
1 parent 58d1acb commit 71c3850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
# Install torchstore
5252
eval "$(ssh-agent -s)"
53-
ssh-add - <<< '${FORGE_GITHUB_CI_FOR_TORCHSTORE}'
53+
ssh-add - <<< '${SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE}'
5454
python -m pip install git+ssh://[email protected]/meta-pytorch/torchstore.git
5555
5656
# Install torchtitan

0 commit comments

Comments
 (0)