Browse Source

add write permission

blueloveTH 2 years ago
parent
commit
68f66dc77e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/website.yml

+ 3 - 0
.github/workflows/website.yml

@@ -6,6 +6,9 @@ on:
   pull_request:
     branches: [ main ]
 
+permissions:
+  contents: write
+
 jobs:
   deploy:
     runs-on: ubuntu-latest