reduxkotlin / redux-kotlin-compose

Compose Multiplatform integration for Redux-Kotlin
https://reduxkotlin.github.io/redux-kotlin-compose
29 stars 1 forks source link

Missing CI secrets #1

Closed mpetuska closed 1 year ago

mpetuska commented 2 years ago

The following secrets needs to be added to the repo:

mpetuska commented 2 years ago

@patjackson52 ping me when done

patjackson52 commented 2 years ago

@mpetuska these are already added at the org level and should be available with the following names: image

mpetuska commented 2 years ago

Ah, awesome. I'll see if I can make it work.

mpetuska commented 2 years ago

@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?

junerver commented 2 years ago

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.

mpetuska commented 2 years ago

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

patjackson52 commented 2 years ago

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 https://github.com/reduxkotlin/redux-kotlin-compose/issues/1#issuecomment-1210468942, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEDDKRWSECWI34FXKGF3R3VYN65DANCNFSM555JPADQ . You are receiving this because you were mentioned.Message ID: @.***>

mpetuska commented 2 years ago

@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.

mpetuska commented 2 years ago

@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

mpetuska commented 1 year ago

reduxkotlin/redux-kotlin#112

mpetuska commented 1 year ago

@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. The snapshot repo is set correctly as well 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.