Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mani121800 authored Aug 6, 2024
1 parent 92efb98 commit a95ef3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Upload files to PythonAnywhere
env:
SSH_PRIVATE_KEY: ${{ secrets.demo }}
SSH_PRIVATE_KEY: ${{ secrets.mani }}
run: |
echo "$SSH_PRIVATE_KEY" > private_key
chmod 600 private_key
Expand Down

0 comments on commit a95ef3f

Please sign in to comment.