-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing CI secrets #1
Comments
@patjackson52 ping me when done |
@mpetuska these are already added at the org level and should be available with the following names: |
Ah, awesome. I'll see if I can make it work. |
@patjackson52 Hmm, something is not quite right with the org secrets as they won't let me publish to snapshot repo https://github.com/reduxkotlin/redux-kotlin-compose/runs/7730160325?check_suite_focus=true#step:6:160 Could you double check that gpg key is not expired, matches public key on nexus and nexus credentials have sufficient permissions? |
awesome! I directly imported the source code into my demo and it works fine with android jetpack-compose. Hope to see it uploaded to maven central soon, I can't wait to use it in future projects. |
FYI: Publish snapshot job was not working in main repo CI for quite some time https://github.com/reduxkotlin/redux-kotlin/actions/workflows/publish_snapshot.yml |
I see. Not sure what's going on. I see the 403 error. Unfortunately I
won't have time to look at this for a few weeks probably.
…On Wed, Aug 10, 2022, 3:20 AM Martynas Petuška ***@***.***> wrote:
FYI: Publish snapshot job was not working in main repo CI for quite some
time
https://github.com/reduxkotlin/redux-kotlin/actions/workflows/publish_snapshot.yml
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEDDKRWSECWI34FXKGF3R3VYN65DANCNFSM555JPADQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@patjackson52 no worries, we all get busy sometimes. Just get to it when you eventually can and until then I'm afraid there's not much else I can do. |
@junerver and others - I've published it to gh packages for now under 0.0.1-SNAPSHOT version https://github.com/reduxkotlin/redux-kotlin-compose/actions/runs/2855527881 |
@patjackson52 I've done some more digging and now I'm sure the issue has something to do with sonatype. The credentials are getting propagated properly as seen here. I'm not sure why I'm still getting 403 SORTED: Issue was me using new sonatype url with old (pre 2021) account. |
The following secrets needs to be added to the repo:
The text was updated successfully, but these errors were encountered: