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

fix(gh-actions): Fix rate limitation in GRPC setup action #354

Closed
wants to merge 3 commits into from

Conversation

EduardGomezEscandell
Copy link
Contributor

@EduardGomezEscandell EduardGomezEscandell self-assigned this Oct 23, 2023
@EduardGomezEscandell
Copy link
Contributor Author

EduardGomezEscandell commented Oct 23, 2023

We only need contents:read.

See a failed run with no permissions: https://github.com/canonical/ubuntu-pro-for-windows/actions/runs/6610766151

And a successful run with only contents:read: https://github.com/canonical/ubuntu-pro-for-windows/actions/runs/6610859707

Copy link
Contributor

@CarlosNihelton CarlosNihelton left a comment

Choose a reason for hiding this comment

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

I suppose this should be made ready for review?

@@ -64,8 +66,9 @@ jobs:
run: |
dart pub global activate protoc_plugin
- name: Quality check
uses: canonical/desktop-engineering/gh-actions/go/code-sanity@main
uses: canonical/desktop-engineering/gh-actions/go/code-sanity@setup-grpc-github-token
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the idea to play with the branch for a little while and then promote it to main? Because the related PR in the desktop engineering repo is still marked as draft.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fair point. I'll set them as ready. I was making sure they were not merged, as these branch here needs to be pointed back to main before merging (same for the desktop engineering one).

@EduardGomezEscandell EduardGomezEscandell marked this pull request as ready for review October 25, 2023 07:03
@EduardGomezEscandell
Copy link
Contributor Author

Closing until we find a solution we are happy with.

@EduardGomezEscandell EduardGomezEscandell deleted the fix-grpc-rate-limiting branch November 14, 2023 09:32
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.

2 participants