Skip to content

Commit

Permalink
fixup! Fix: Branch main could not be tested easily
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed May 2, 2024
1 parent b658b01 commit 8601ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-on-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup SSH private key
run: |
mkdir ~/.ssh
echo STAGING_SSH_PRIVATE_KEY | base64 --decode > ~/.ssh/id_ed25519
echo $STAGING_SSH_PRIVATE_KEY | base64 --decode > ~/.ssh/id_ed25519
chmod 0700 ~/.ssh
chmod 0600 ~/.ssh/id_ed25519
env:
Expand Down

0 comments on commit 8601ce1

Please sign in to comment.