1Password Repository Error on Fedora

After a new install of Fedora (v41), I was getting an annoying error after installing 1Password, following the instructions here.

The error is shown below.

Failed to search for file: cannot update repo '1password': repomd.xml GPG signature verification error: Signing key not found

I found this page with the following solution:

This sounds ridiculous– but I was able to get the 1password repo file to work by just removing the quotes around the gpgfile value.

So I updated /etc/yum.repos.d/1password.repo to remove the quotes surrounding gpgkey and… it worked! Weird.

$ cat /etc/yum.repos.d/1password.repo
[1password]
name=1Password Stable Channel
baseurl=https://downloads.1password.com/linux/rpm/stable/$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://downloads.1password.com/linux/keys/1password.asc