From 270301f1e05a2e2fc42e1858ce229e1683456570 Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Fri, 7 Jun 2024 18:57:49 +0300 Subject: [PATCH] feat(#88): perms --- .github/workflows/mvn.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/mvn.yml b/.github/workflows/mvn.yml index d38318a..2477a57 100644 --- a/.github/workflows/mvn.yml +++ b/.github/workflows/mvn.yml @@ -31,6 +31,9 @@ name: mvn concurrency: group: mvn-${{ github.ref }} cancel-in-progress: true +permissions: + pull-requests: write + contents: read jobs: test: name: test