Skip to content

Commit

Permalink
fix: adapt ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Apr 10, 2024
1 parent 8cd8067 commit 3d7d5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testnet_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
else
echo "Repository doesn't exist, cloning..."
mkdir -p \$REPO_PATH
git clone [email protected]:starknet-id/api.starknet.quest.git \$REPO_PATH
GIT_SSH_COMMAND='ssh -i ~/.ssh/github_read' git clone [email protected]:starknet-id/api.starknet.quest.git \$REPO_PATH
cd \$REPO_PATH
fi
Expand Down

0 comments on commit 3d7d5a0

Please sign in to comment.