This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/master by this push: new 378969e Grants write permission to GH Actions 378969e is described below commit 378969e5765b74d4302e536b47a5529585155ee5 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Oct 13 07:52:44 2022 +0200 Grants write permission to GH Actions --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9b6ffad..8f559dc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,6 +21,8 @@ on: branches: - master +permissions: write-all + jobs: build: runs-on: ubuntu-latest