From b3e0d846f09a92a0003f7be615b6293eef6fc7a0 Mon Sep 17 00:00:00 2001 From: iosh Date: Mon, 6 Jan 2025 14:42:09 +0800 Subject: [PATCH] chore: fix github action permissions --- .github/workflows/deploy-site.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 746abd2..a376e28 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -14,6 +14,7 @@ jobs: permissions: pages: write id-token: write + contents: write steps: - uses: actions/checkout@v4 - name: Use Node.js 20