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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new b16841c1 GitHub Actions build: no top level permission defined
b16841c1 is described below

commit b16841c1e740bdaf2fb5e9d413b322a01ae6848c
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 6 18:42:31 2022 -0400

    GitHub Actions build: no top level permission defined
---
 .github/workflows/maven.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 51650125..69c82466 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -17,6 +17,9 @@ name: Java CI
 
 on: [push, pull_request]
 
+permissions:
+  contents: read
+
 jobs:
   build:
 

Reply via email to