commented out bash??
Some checks failed
Publish Website / publish (push) Failing after 2s

This commit is contained in:
Akshay
2025-07-23 14:47:00 -04:00
parent ecbe0362e6
commit 78e936f8dc

View File

@@ -27,7 +27,7 @@ jobs:
- name: Set up SSH agent - name: Set up SSH agent
env: env:
SSH_KEY: ${{ secrets.ACCESS_KEY }} # your private key SSH_KEY: ${{ secrets.ACCESS_KEY }} # your private key
shell: bash #shell: bash
run: | run: |
eval "$(ssh-agent -s)" eval "$(ssh-agent -s)"
echo "$SSH_KEY" >> ~/.ssh/id_rsa echo "$SSH_KEY" >> ~/.ssh/id_rsa