Skip to content
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 CI to publish builtin plugins #1648

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

DelevoXDG
Copy link
Contributor

@DelevoXDG DelevoXDG commented Oct 15, 2024

@DelevoXDG DelevoXDG changed the title Add CI to publish built-in plugins Add CI to publish builtin plugins Oct 16, 2024
name: Publish plugins
runs-on: ubuntu-latest
env:
SCARB_REGISTRY_AUTH_TOKEN: ${{ secrets.SCARB_REGISTRY_AUTH_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What token do you think we should keep in our GitHub secrets? Do we want to use some sort of an organization account, or will my personal token do for now? :D

Also, do you think we need any expiration date for it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your personal will do. One year rotation seems alright.

@DelevoXDG DelevoXDG marked this pull request as ready for review October 16, 2024 12:26
name: Publish plugins
runs-on: ubuntu-latest
env:
SCARB_REGISTRY_AUTH_TOKEN: ${{ secrets.SCARB_REGISTRY_AUTH_TOKEN }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your personal will do. One year rotation seems alright.

env:
SCARB_INIT_TEST_RUNNER: cairo-test

- name: Check if plugin versions exist in the registry
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to check it here? Can't we just try to publish and let the pipeline fail if it has already been uploaded? (Generally it expect it not to be, right?)

Copy link
Contributor Author

@DelevoXDG DelevoXDG Oct 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Generally it expect it not to be, right?)

Since some Cairo versions correspond to multiple Scarb versions, this is likely to happen from time to time.

Can't we just try to publish and let the pipeline fail if it has already been uploaded?

I think this is the question of deciding how do we want the action to resolve in such instances. We can continue-on-error, and let entire workflow fail, or we can skip the uploads. It seems to me that, if action is resolved with a result that is within what is expected, it should not be deemed "failed".

.github/workflows/publish_plugins.yml Outdated Show resolved Hide resolved
.github/workflows/publish_plugins.yml Outdated Show resolved Hide resolved
.github/workflows/publish_plugins.yml Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI to upload builtin Cairo plugins
2 participants