-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add needed secrets to make deployment work #61
Comments
Oops... @ctrueden I tried to release, but I guess this issue does not allow the releases to be deployed. Can you help? |
Sure, I ran |
Thanks! |
It seems like this issue is not completely resolved, yet: deployment for the latest version 1.6.1 also failed (see here). I remember that this was also an issue for the 1.6.0 release, but iirc the credentials were not the main problem. Any ideas what can be done to resolve this issue, @axtimwalde @ctrueden ? |
The issue is the credentials. From the log:
So it appears @axtimwalde still needs to set them up. |
As I suggested before, you could move the repository to an org and see if it works better. I recall that you already wrote to GitHub and their response was unhelpful. Another idea would be to create a new repository in your personal org, add the secrets there, and see if GitHub Actions can see them—i.e. troubleshoot whether it is this repo specifically that is glitched out, or just a problem with secrets + personal repos in general. |
With fea104f, I migrated the build from the no-longer-functional Travis CI system over to GitHub Actions. However, this repository still needs the SciJava secrets added, or else it won't be able to deploy snapshots or releases to maven.scijava.org.
The easiest way to set up the secrets would be to move this repository to an organization such as saalfeldlab that already has them.
@axtimwalde Otherwise, you'll have to go into Settings and paste them in there. I might be able to do it if you give me admin access to the repository, but I'm not sure; I haven't done this with other personal-account-based repositories yet.
The text was updated successfully, but these errors were encountered: