From ce7df18ee545fd041a674ac1c57c8b2216fb1485 Mon Sep 17 00:00:00 2001 From: AyalaKaguya Date: Wed, 13 Mar 2024 14:16:51 +0800 Subject: [PATCH] fix: deploy.yml --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 914ffab..149987d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,9 @@ on: - main permissions: - contents: write + contents: read + pages: write + id-token: write jobs: build: