Help with Setting Up Personal Repo #50888
Unanswered
hesam-init
asked this question in
Q&A
Replies: 3 comments 2 replies
|
https://github.com/void-linux/void-packages#sharing-and-signing |
0 replies
|
You are generating key every run of workflow, what may be problematic. It would be easier if key was fixed for the repo. By upload date, repodata, signature and package seem to use same key, but still check: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
I tried to create a personal repository for the packages I need. I set up a GitHub Action to build the packages and then push them to a branch to use as a remote repository. Here is my repo:
https://github.com/void-land/void-repository
However, when I attempt to install a package from the repo, I get this RSA error:
Can anyone help with this issue?
All reactions