I generated an SSH key using the following command:
ssh-keygen -t ed25519 -C "hello@dasun.dev"
After setting up the GitHub Action and running it, I encountered the following error:
[dasun]: Load key "/home/runner/.ssh/access": error in libcrypto
[dasun]: ***@***: Permission denied (publickey).
I generated an SSH key using the following command:
ssh-keygen -t ed25519 -C "hello@dasun.dev"After setting up the GitHub Action and running it, I encountered the following error: