If your use case allows you not to enter a password every time, you can remove the password from the GPG key. However, this will significantly reduce security, so please use it with caution.
Use the following command to remove the password from the GPG key:
gpg --edit-key <your GPG key ID>
passwd
Then follow the prompts to remove the password from the key.