Skip to content

Commit

Permalink
add right permission
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Sep 7, 2023
1 parent b53584f commit 2feda2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloudbabbel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Set up Public SSH Key
run: |
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_rsa.pub
sudo echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_rsa.pub
- name: install treehouses
run: |
Expand Down

0 comments on commit 2feda2c

Please sign in to comment.