ci: set read-only workflow token permissions - #1054
Open
Alb3e3 wants to merge 1 commit into
Open
Conversation
kailash-b
force-pushed
the
alb3e3/ci-readonly-token-permissions
branch
2 times, most recently
from
July 17, 2026 07:42
2f8d207 to
e676b9d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #1054 +/- ##
===========================================
- Coverage 25.53% 0.22% -25.32%
===========================================
Files 3156 3138 -18
Lines 148320 148192 -128
Branches 10021 10012 -9
===========================================
- Hits 37874 330 -37544
- Misses 108133 147853 +39720
+ Partials 2313 9 -2304
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
kailash-b
approved these changes
Jul 17, 2026
Alb3e3
force-pushed
the
alb3e3/ci-readonly-token-permissions
branch
from
August 13, 2026 17:05
e676b9d to
1845ac9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GITHUB_TOKENpermissions for CI workflows that only need repository checkout/read accessWhy
This follows GitHub Actions least-privilege guidance and reduces the default token scope available to routine CI jobs without changing the test/build commands.
Verification
git diff --check.