From 603d31f039e6f425e5edf7c1d7fbd1bf002faa2c Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Mon, 8 Sep 2025 20:55:00 +0900 Subject: [PATCH] chore: Fix permission error on deploying main docs --- .github/workflows/rc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rc.yaml b/.github/workflows/rc.yaml index e8d24f58..ac3892f4 100644 --- a/.github/workflows/rc.yaml +++ b/.github/workflows/rc.yaml @@ -97,8 +97,6 @@ jobs: env: RC: ${{ needs.target.outputs.rc }} VERSION: ${{ needs.target.outputs.version }} - permissions: - contents: write steps: - name: Checkout uses: actions/checkout@v5 @@ -179,6 +177,8 @@ jobs: env: RC: ${{ needs.target.outputs.rc }} VERSION: ${{ needs.target.outputs.version }} + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0