Skip to content

Commit

Permalink
fix: fix deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
cybor97 committed Jan 27, 2024
1 parent 290c300 commit 5b00f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Deploying
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.APP_SSH_KEY }}
ssh-private-key: ${{ secrets.AGENT_SSH_KEY }}

- name: Deliver
run: |
Expand Down

0 comments on commit 5b00f27

Please sign in to comment.