From 61853817538aae05c379d3fca194d05265a26b92 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 25 Aug 2024 19:41:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(github-actions):=E5=B0=86=E6=9D=83=E9=99=90?= =?UTF-8?q?=E4=BB=8Eread=E6=9B=B4=E6=94=B9=E4=B8=BAwrite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6f3494f..3b0acda 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest permissions: - contents: read + contents: write packages: write # This is used to complete the identity challenge # with sigstore/fulcio when running outside of PRs.