Skip to content

Commit

Permalink
fix: name of the secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Jun 14, 2024
1 parent ed377c4 commit 6c4b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Read the ssh private key
env:
SSH_SECRET_KEY: ${{ secrets.private_key }}
SSH_SECRET_KEY: ${{ secrets.SSH_SECRET_KEY }}
run: |
eval $(ssh-agent -s)
ssh-add <(echo "$SSH_SECRET_KEY" | base64 --decode)
Expand Down

0 comments on commit 6c4b64a

Please sign in to comment.