-
Notifications
You must be signed in to change notification settings - Fork 873
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
Restrict token permissions #7072
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7072 +/- ##
=========================================
Coverage 89.84% 89.84%
Complexity 6610 6610
=========================================
Files 740 740
Lines 19981 19981
Branches 1966 1966
=========================================
Hits 17951 17951
Misses 1440 1440
Partials 590 590 ☔ View full report in Codecov by Sentry. |
jobs: | ||
copy-images: | ||
permissions: | ||
contents: read |
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 this redundant?
contents: read |
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.
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.
these are needed after all: open-telemetry/opentelemetry-java-instrumentation#13247
First pass at the hopefully easy ones
Related to #7068