From 68f66dc77eead215604c424138bea219a216be3f Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 23 Jan 2024 13:54:10 +0800 Subject: [PATCH] add write permission --- .github/workflows/website.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 04e8443d..b3481d44 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ main ] +permissions: + contents: write + jobs: deploy: runs-on: ubuntu-latest