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 7cd9627 commit 3019f6cCopy full SHA for 3019f6c
.github/workflows/unit_test.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
# Install torchstore
52
eval "$(ssh-agent -s)"
53
- echo '${SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE}' >> torchstore_ssh_key
+ echo "${SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE}" >> torchstore_ssh_key
54
chmod 600 torchstore_ssh_key
55
# Print the first and last 2 lines of the key to make sure it's valid
56
head -2 torchstore_ssh_key
0 commit comments