From 2951cef231eee2d2c4463d09ba0c1ddb704872d6 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Mon, 8 Apr 2024 11:04:01 +0900 Subject: [PATCH] update publish workflow to add contents write permission --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 39978050161..cfa0e832522 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -48,6 +48,7 @@ jobs: runs-on: ubuntu-latest permissions: packages: write + contents: write steps: - name: Download artifacts uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3