From 97fd0d32e6e63e18ec92a7cbeb21aa61f0e7d065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:12:43 +0800 Subject: [PATCH] shit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 和文档里写的不一样 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04ffbe9..474874c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: permissions: id-token: write attestations: write - contents: read + contents: write steps: - name: Checkout code uses: actions/checkout@v4 @@ -69,7 +69,7 @@ jobs: permissions: id-token: write attestations: write - contents: read + contents: write steps: - name: Checkout code uses: actions/checkout@v4 @@ -123,7 +123,7 @@ jobs: permissions: id-token: write attestations: write - contents: read + contents: write steps: - name: Checkout code uses: actions/checkout@v4