diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-19 15:40:15 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-19 16:03:37 -0400 |
| commit | 9b2cc7a950b14cdde4c85d8ed0ebc59784a68725 (patch) | |
| tree | fa0fd6088bc63c212e256be6e607aa2169df0d8f /.github | |
| parent | 468d47fb90ef9b774b5bf54c9c2784661f1943b4 (diff) | |
Refs #36620 -- Reduced permissions on coverage comment workflow.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/coverage_comment.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/coverage_comment.yml b/.github/workflows/coverage_comment.yml index 55e36f588d..2370f3c971 100644 --- a/.github/workflows/coverage_comment.yml +++ b/.github/workflows/coverage_comment.yml @@ -7,7 +7,6 @@ on: - completed permissions: - contents: read actions: read pull-requests: write |
