You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/05/26 20:59:16 UTC

[commons-lang] 01/03: Set permissions to read for coverage

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 0bf7b5380f29dbbb7b6876fd62755a69944f0cb7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 26 12:10:11 2022 -0400

    Set permissions to read for coverage
---
 .github/workflows/coverage.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index a7397b18f..46ed6d19c 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -17,6 +17,9 @@ name: Coverage
 
 on: [push, pull_request]
 
+permissions:
+  contents: read
+
 jobs:
   build: