@Tonydig11 . I think I may be able to help. This happened to me on my AutoPkg machine and the fix was pretty simple. Essentially, what you need to do is go to GitHub and create a Personal Access Token. There are two kinds: a Classic and a Fine-Grained token. Either will work. Here is a link. After you do that, make sure you copy it to your clipboard, then save it as a plain-text document. In that document paste in the token..nothing else and again, make sure to save it as plain-text, not a regular text file. Save it to your desktop as something like gitToken.txt. Open terminal and enter: cp -av ~/Desktop/gitToken.txt ~/<username>/.autopkg_gh_token and press enter. *<username> is the name of the user directory on the machine running AutoPkg or AutoPkgr. That command will copy from the desktop the text file with the token to the user's directory you specify and make it a hidden file. After you do that, you should be able to search as usual.
I had the same problem yesterday and those steps fixed it.
@Tonydig11 JSSImporter is deprecated. Use JamfUploader instead, then you'll be able to create new .jamf recipes instead of .jss recipes: https://github.com/lindegroup/autopkgr/wiki/Jamf-Pro
More on JamfUploader here: https://github.com/grahampugh/jamf-upload