From e10c2a06f23f332f9eefbf7615af5f027290f38f Mon Sep 17 00:00:00 2001 From: kokoichi206 Date: Mon, 5 Feb 2024 00:39:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ci=20=E3=81=AE=E5=AE=9F=E8=A1=8C?= =?UTF-8?q?=E6=99=82=20permission=20=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * https://github.com/actions/deploy-pages/issues/285#issuecomment-1864806784 --- .github/workflows/deploy-openapi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-openapi.yml b/.github/workflows/deploy-openapi.yml index 7c268bb..3215d3d 100644 --- a/.github/workflows/deploy-openapi.yml +++ b/.github/workflows/deploy-openapi.yml @@ -50,6 +50,10 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build + permissions: + pages: write + id-token: write + actions: read steps: - name: Deploy to gh-pages id: deployment