-
Notifications
You must be signed in to change notification settings - Fork 128
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
♻️ refactoring: rename okp4
by axone
#616
Conversation
Important Auto Review SkippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 244 files out of 300 files are above the max files limit of 50. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
@amimart Is up to you now for the admin steps 😉 |
Hey @bdeneux, just wanted to let you know that I added a |
I completed the CI & admin steps, here's a sum up: Secrets change:
All the secrets have been created on the axone organisation except the ones concerning the docker hub publication, the new docker organisation being in the process of creation I just disabled the related image push temporarily. About the testnet referenced in the readme it is obsolete now, I propose to manage that matter post-migration. We'll take care of the changes related to docs when we migrate it. I also took the opportunity to disable the auto comments on PRs and issues after a release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good! 👍
📝 Description
This PR prepare the renaming of the chain from
okp4
toaxone
.📋 Steps :
$OKP4_TOKEN
)📣 External or admin steps
$BUF_TOKEN
used in publish.yml should be linked to the buf okp4 organization and we need to rename it or recreate a new one for axone.but.yml
configuration follow the same name than GitHub :buf.build/axone-protocol/axoned
axone-protocol/axoned
($DOCKER_HUB_REGISTRY_TOKEN
,$DOCKER_HUB_REGISTRY_ID
)$OKP4_TOKEN
should be renamed to$OPS_TOKEN
and all related organization secrets should be transferred to the new organization. Repository secrets are kept during the transfer : (https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository#whats-transferred-with-a-repository)$OKP4_BOT_GPG_PRIVATE_KEY
-->$BOT_GPG_PRIVATE_KEY
$OKP4_BOT_GPG_PASSPHRASE
-->$BOT_GPG_PASSPHRASE
$OKP4_BOT_GIT_AUTHOR_NAME
-->$BOT_GIT_AUTHOR_NAME
$OKP4_BOT_GIT_AUTHOR_EMAIL
-->$BOT_GIT_AUTHOR_EMAIL
$OKP4_BOT_GIT_COMMITTER_NAME
-->$BOT_GIT_COMMITTER_NAME
$OKP4_BOT_GIT_COMMITTER_EMAIL
-->$BOT_GIT_COMMITTER_EMAIL
$OKP4_DISCORD_WEBHOOK
-->$DISCORD_WEBHOOK