Skip to content

Commit

Permalink
Merge pull request #95 from MizuiMiduki/Dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
MizuiMiduki authored Nov 2, 2024
2 parents a8d3167 + 1952572 commit de1eb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: 🚚SetUp
run: echo "$SSH_PRIVATE_KEY" > .ssh/id_rsa && chmod 600 .ssh/id_rsa
run: echo "$SSH_PRIVATE_KEY" > key && chmod 600 key
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down

0 comments on commit de1eb76

Please sign in to comment.