-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
4a3f9ac
to
ace254a
Compare
We only need See a failed run with no permissions: https://github.com/canonical/ubuntu-pro-for-windows/actions/runs/6610766151 And a successful run with only |
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.
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 |
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.
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.
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.
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).
Closing until we find a solution we are happy with. |
Related to canonical/desktop-engineering#13