-
Notifications
You must be signed in to change notification settings - Fork 70
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
ci(bug): Update permissions in JSON rpc relay for GITHUB_TOKEN (#3183) #3186
ci(bug): Update permissions in JSON rpc relay for GITHUB_TOKEN (#3183) #3186
Conversation
**Description**: Added `packages: write` permission per https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic May need to modify other files modified by #3124 **Related Issue(s)**: Relates to #3124 Relates to #3182 Signed-off-by: Roger Barker <[email protected]>
Test Results 21 files + 1 280 suites +19 34m 42s ⏱️ - 1m 18s For more details on these failures, see this check. Results for commit b57e6f7. ± Comparison against base commit 024a7c5. ♻️ This comment has been updated with latest results. |
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.
LGTM
3c23f51
3c23f51
to
39a12e9
Compare
* chore: divided hbar limtier tests into different batches Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed acceptance.yml Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: Logan Nguyen <[email protected]>
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/0.59 #3186 +/- ##
================================================
- Coverage 83.39% 83.14% -0.26%
================================================
Files 66 69 +3
Lines 4283 4444 +161
Branches 835 873 +38
================================================
+ Hits 3572 3695 +123
- Misses 471 502 +31
- Partials 240 247 +7
Flags with carried forward coverage won't be shown. Click here to find out more. |
Cherry-picked fix.
Description:
Added
packages: write
permission perhttps://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic May need to modify other files modified by #3124
Related Issue(s):
Relates to #3124
Relates to #3182
Fixes #3124