Skip to content

Commit

Permalink
Merge pull request #110 from MusicDin/fix/pub-key
Browse files Browse the repository at this point in the history
Fix imageserver public key
  • Loading branch information
tomponline authored Mar 22, 2024
2 parents 5ef1886 + 4bb9637 commit 3a2e9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/image-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
echo "${{ inputs.ssh_private_key }}" > ~/.ssh/id_ed25519
# Configure known host.
echo "${SSH_HOST} ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOJS6V7WpVdFdAcTSn/98rBRsvJVyTI3O17qMeg0cD5E" >> ~/.ssh/known_hosts
echo "${SSH_HOST} ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkbjXwS373I8wGmlblwjh6NdFalP8wgK8kilCbuoI6e" >> ~/.ssh/known_hosts
- name: Debug
shell: bash
Expand Down

0 comments on commit 3a2e9d5

Please sign in to comment.