Skip to content

Commit

Permalink
fix: setup git reading key
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Apr 9, 2024
1 parent c0b5a97 commit 32f8435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testnet_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
aws configure set default.region $AWS_DEFAULT_REGION
# Setup Github Reading key
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/github_read
if [ -d "\$REPO_PATH/.git" ]; then
echo "Repository exists, pulling changes..."
cd \$REPO_PATH
Expand Down

0 comments on commit 32f8435

Please sign in to comment.