From 1a4a7a10e67cd57df375f5f05fda4805aff2497e Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 25 Aug 2024 20:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E4=BE=9D=E8=B5=96=E5=9B=BE=E7=9A=84?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=B7=BB=E5=8A=A0=E5=86=99=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8d26158..df6813a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,6 +24,8 @@ jobs: build: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v4