Solved - Sudden Bad GPG signature

It’s been solved already on the forums, search and you’ll find the posts.

another alternative is using the install command to add the repos again to your machine which will refresh the data. The example here is for deb based distro’s, but you can find the command for rpm based distros from the Gitlab docs install page:

for example:

curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash

change ee to ce, if you are using a different version.